Add hashed cookies
[catagits/Catalyst-Runtime.git] / 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;