From: Tomas Doran Date: Wed, 7 Jan 2009 23:25:17 +0000 (+0000) Subject: Add hashed cookies X-Git-Tag: 5.8000_05~39 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=d1c083f90684cbf2a4589ebecdfa2f57a31eb448 Add hashed cookies --- diff --git a/Makefile.PL b/Makefile.PL index 03851eb..8cebceb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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;