X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a2fd025c3eb2c8999edb151e433311c6381b3a29;hb=0640db984b9d844aa488c15753fb103d9cf372fd;hp=1d26e927e5b4dc4cda6f175f5329de4ed5cbded8;hpb=efea013fe2e43d8a8b56d812cfcb3b1969f6ac28;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/Makefile.PL b/Makefile.PL index 1d26e92..a2fd025 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,29 +14,31 @@ perl_version '5.008001'; name 'Catalyst-Plugin-Authentication'; all_from 'lib/Catalyst/Plugin/Authentication.pm'; -authority 'BOBTFISH'; +authority 'cpan:BOBTFISH'; requires 'Catalyst::Runtime'; -requires 'Class::Inspector'; requires 'MRO::Compat'; -requires 'Catalyst::Plugin::Session' => '0.10'; requires 'Moose'; requires 'MooseX::Emulate::Class::Accessor::Fast'; -requires 'namespace::clean'; - +requires 'namespace::autoclean'; +requires 'String::RewritePrefix'; +requires 'Try::Tiny'; test_requires 'Test::More' => '0.88'; test_requires 'Test::Exception'; test_requires 'Class::MOP'; test_requires 'Moose'; -author_requires 'Test::Pod' => '1.14'; -author_requires 'Test::Pod::Coverage' => '1.04'; -author_requires 'Test::NoTabs'; -author_requires 'Test::WWW::Mechanize::Catalyst'; -author_requires 'Catalyst::Plugin::Session'; -author_requires 'Catalyst::Plugin::Session::State::Cookie'; -author_requires 'Digest::SHA1'; +author_requires( + 'Test::Pod' => '1.14', + 'Test::Pod::Coverage' => '1.04', + 'Test::NoTabs' => 0, + 'Test::EOL' => 0, + 'Test::WWW::Mechanize::Catalyst' => 0, + 'Catalyst::Plugin::Session' => '0.10', + 'Catalyst::Plugin::Session::State::Cookie' => 0, + 'Digest::SHA1' => 0, +); author_tests 't/author';