X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=3be4b77b04e57974db1f159809373cb6a6111a8d;hb=c90a7aa25fcd8b70715cf2d4fa92affc1701e79a;hp=40c927519c7343afc0abf717fe4e9d0d771c9602;hpb=ac0351e16fa05aaed6d887258256374cad670497;p=catagits%2FCatalyst-Authentication-Credential-HTTP.git diff --git a/Makefile.PL b/Makefile.PL index 40c9275..3be4b77 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,14 +6,17 @@ name 'Catalyst-Authentication-Credential-HTTP'; all_from 'lib/Catalyst/Authentication/Credential/HTTP.pm'; requires 'Catalyst::Runtime'; -requires 'Catalyst::Plugin::Authentication' => '0.10000'; +requires 'Catalyst::Plugin::Authentication' => '0.10005'; requires 'Data::UUID' => '0.11'; requires 'String::Escape'; -requires 'Test::Exception'; -requires 'Test::MockObject'; requires 'URI::Escape'; requires 'Class::Accessor::Fast'; +test_requires 'Test::Exception'; +test_requires 'Test::MockObject'; +test_requires 'Test::More' => '0.88'; + +author_requires 'Test::WWW::Mechanize::Catalyst' => '0.51'; author_requires 'Test::Pod' => '1.14'; author_requires 'Test::Spelling' => '0.11'; author_requires 'Test::Pod::Coverage' => '1.04';