[Catalyst-commits] r13230 -
Catalyst-Authentication-Credential-HTTP/1.000/trunk
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Sat May 8 20:52:59 GMT 2010
Author: t0m
Date: 2010-05-08 21:52:59 +0100 (Sat, 08 May 2010)
New Revision: 13230
Modified:
Catalyst-Authentication-Credential-HTTP/1.000/trunk/Makefile.PL
Log:
Bump version to avoid issues
Modified: Catalyst-Authentication-Credential-HTTP/1.000/trunk/Makefile.PL
===================================================================
--- Catalyst-Authentication-Credential-HTTP/1.000/trunk/Makefile.PL 2010-05-08 20:40:42 UTC (rev 13229)
+++ Catalyst-Authentication-Credential-HTTP/1.000/trunk/Makefile.PL 2010-05-08 20:52:59 UTC (rev 13230)
@@ -6,7 +6,7 @@
all_from 'lib/Catalyst/Authentication/Credential/HTTP.pm';
requires 'Catalyst::Runtime';
-requires 'Catalyst::Plugin::Authentication' => '0.10000';
+requires 'Catalyst::Plugin::Authentication' => '0.10005';
requires 'Data::UUID' => '0.11';
requires 'String::Escape';
requires 'Test::Exception';
More information about the Catalyst-commits
mailing list