X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Makefile.PL;h=28fac16ee22d28e5c83800b2b90b6c418a2ecd76;hp=fea0aeaa3148cb7c5dfccea88c9469ead2bbad71;hb=bb941906c239836c60ecce6d451cd896898f1efd;hpb=d733c5b132b66af16359b072300ff2a05d84b323 diff --git a/Makefile.PL b/Makefile.PL index fea0aea..28fac16 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,4 +14,6 @@ requires 'Module::Pluggable' => '3.01'; test_requires 'Test::More'; auto_install; +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Config-Any/'; + WriteAll;