X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=96617520b0c225ccb941906429bc9f701c62ad7b;hb=db1cb29c6b558ab7b7330be6e433d7389cda26c2;hp=f6bdc59b408290f7756977b4c542079c38118f55;hpb=eebdb0e48f5073a81e9a055e80457a8a2480e7bc;p=catagits%2FCatalyst-Authentication-Credential-HTTP.git diff --git a/Makefile.PL b/Makefile.PL index f6bdc59..9661752 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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;