X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=d31da22e8d7ea8845cab91de12b8dc556db13579;hb=c30f39a88af0956ac86dad2c2fed65f758edbb2e;hp=1d26e927e5b4dc4cda6f175f5329de4ed5cbded8;hpb=83418d1e6b631a2a04663fdf0d043f566c8d0156;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/Makefile.PL b/Makefile.PL index 1d26e92..d31da22 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -30,13 +30,16 @@ 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, + 'Catalyst::Plugin::Session::State::Cookie' => 0, + 'Digest::SHA1' => 0, +); author_tests 't/author';