X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=36b4a928c15f9baa3d90d10c519ecff11066fd06;hb=c26592ce034e1e2c2070cef0ca0dd389efb42428;hp=f6bdc59b408290f7756977b4c542079c38118f55;hpb=eebdb0e48f5073a81e9a055e80457a8a2480e7bc;p=catagits%2FCatalyst-Authentication-Credential-HTTP.git diff --git a/Makefile.PL b/Makefile.PL index f6bdc59..36b4a92 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.65; +use inc::Module::Install 0.87; name 'Catalyst-Authentication-Credential-HTTP'; all_from 'lib/Catalyst/Authentication/Credential/HTTP.pm'; @@ -10,6 +10,9 @@ 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; WriteAll;