X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=f21894d88a1ee130e7caa0903a55a6b74f3ee5d3;hb=master;hp=905b2a494ba9aa0557befe4c11bf0d6363f1ae20;hpb=b2cd5ce7e3c4c9f0f231980ef87841104bcffbee;p=catagits%2FCatalyst-Authentication-Credential-HTTP-Proxy.git diff --git a/Makefile.PL b/Makefile.PL index 905b2a4..f21894d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,15 +1,17 @@ -use inc::Module::Install 0.65; +use inc::Module::Install 0.87; name 'Catalyst-Authentication-Credential-HTTP-Proxy'; all_from 'lib/Catalyst/Authentication/Credential/HTTP/Proxy.pm'; requires 'Catalyst::Runtime'; requires 'Catalyst::Plugin::Authentication'; -requires 'Catalyst::Authentication::Credential::HTTP' => '1.005'; +requires 'Catalyst::Authentication::Credential::HTTP' => '1.009'; requires 'LWP::Simple'; build_requires 'Test::MockObject'; build_requires 'Test::Exception'; auto_install; +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/'; + WriteAll;