Add hashed cookies
Tomas Doran [Wed, 7 Jan 2009 23:25:17 +0000 (23:25 +0000)]
Makefile.PL

index 03851eb..8cebceb 100644 (file)
@@ -126,7 +126,8 @@ check_conflicts();
 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;