X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=d344e080a6222340880046bdb6592718949b93df;hb=60dd48a6bea236e5ceccb78c37b12f788c30129d;hp=c1501a612ed9c5ff05f4f48250e9d84d5023fa48;hpb=826670f99c7d83b218b7067d4a3d3ce3e32e49a9;p=catagits%2FCatalyst-Authentication-Credential-HTTP.git diff --git a/Makefile.PL b/Makefile.PL index c1501a6..d344e08 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,16 +1,21 @@ -use inc::Module::Install 0.65; +use inc::Module::Install 0.87; -name 'Catalyst-Plugin-Authentication-Credential-HTTP'; -all_from 'lib/Catalyst/Plugin/Authentication/Credential/HTTP.pm'; +name 'Catalyst-Authentication-Credential-HTTP'; +all_from 'lib/Catalyst/Authentication/Credential/HTTP.pm'; requires 'Catalyst::Runtime'; -requires 'Catalyst::Plugin::Authentication'; +requires 'Catalyst::Plugin::Authentication' => '0.10000'; requires 'Data::UUID' => '0.11'; requires 'String::Escape'; requires 'Test::Exception'; requires 'Test::MockObject'; requires 'URI::Escape'; +requires 'Class::Accessor::Fast'; + +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Credential-HTTP'; auto_install; +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Credential-HTTP/1.000/trunk/'; + WriteAll;