X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=fa31642040caa845d9521a170f3a4a3e45256e60;hb=c61fb7581d90b3f6c7ab682b6d3351104f82709a;hp=294da90469240b00ca5f3e81f5669dc36ed688f9;hpb=6c5715e508e660dc1a9cd9a1548730499a51b1b0;p=catagits%2FCatalyst-Plugin-ConfigLoader.git diff --git a/Makefile.PL b/Makefile.PL index 294da90..fa31642 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.85; +use inc::Module::Install 0.91; if ( -e 'MANIFEST.SKIP' ) { system( 'pod2text lib/Catalyst/Plugin/ConfigLoader.pm > README' ); @@ -16,4 +16,6 @@ requires 'MRO::Compat' => '0.09'; test_requires 'Test::More'; +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Plugin-ConfigLoader/'; + WriteAll;