X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a2fd025c3eb2c8999edb151e433311c6381b3a29;hb=ed6dc2a0dd42b129f69c29e8994ec12f0e55b793;hp=b91926ca62cb1858e43065b6bdf4a3b7540b6c67;hpb=1a684c7968bfb58f3707c1f119861fd1eeeadd79;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/Makefile.PL b/Makefile.PL index b91926c..a2fd025 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,7 +18,6 @@ authority 'cpan:BOBTFISH'; requires 'Catalyst::Runtime'; requires 'MRO::Compat'; -requires 'Catalyst::Plugin::Session' => '0.10'; requires 'Moose'; requires 'MooseX::Emulate::Class::Accessor::Fast'; requires 'namespace::autoclean'; @@ -36,7 +35,7 @@ author_requires( 'Test::NoTabs' => 0, 'Test::EOL' => 0, 'Test::WWW::Mechanize::Catalyst' => 0, - 'Catalyst::Plugin::Session' => 0, + 'Catalyst::Plugin::Session' => '0.10', 'Catalyst::Plugin::Session::State::Cookie' => 0, 'Digest::SHA1' => 0, );