[Catalyst-commits] r9036 - Catalyst-Runtime/5.80/trunk

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Wed Jan 7 23:25:17 GMT 2009


Author: t0m
Date: 2009-01-07 23:25:17 +0000 (Wed, 07 Jan 2009)
New Revision: 9036

Modified:
   Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Add hashed cookies

Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-01-07 23:25:06 UTC (rev 9035)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-01-07 23:25:17 UTC (rev 9036)
@@ -126,7 +126,8 @@
 sub check_conflicts {
     my %conflicts = (
         'Catalyst::Plugin::Authentication' => '0.100092',
-        'CatalystX::Imports' => '0.03',
+        'CatalystX::Imports'               => '0.03',
+        'Catalyst-Plugin-HashedCookies'    => '1.03',
     );
 
     my $found = 0;




More information about the Catalyst-commits mailing list