From: Graham Knop Date: Sun, 26 Jul 2020 21:36:06 +0000 (+0200) Subject: Catalyst::Plugin::Session is only used it an optional test X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ed6dc2a0dd42b129f69c29e8994ec12f0e55b793;hp=1a684c7968bfb58f3707c1f119861fd1eeeadd79;p=catagits%2FCatalyst-Plugin-Authentication.git Catalyst::Plugin::Session is only used it an optional test --- 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, );