X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=5e633fbad9e770b4bf65d9bf009101e1067273ba;hb=6675038cfc8344dfa31a0e2583b580b8d4604889;hp=3e50e0a68140f73fc8749d0a83c5331d906ae3de;hpb=ab0b00e34c84030a407adce9be1a94c66b946fa5;p=catagits%2FTest-WWW-Mechanize-Catalyst.git diff --git a/Makefile.PL b/Makefile.PL index 3e50e0a..5e633fb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,5 @@ #!perl -use inc::Module::Install 0.77; +use inc::Module::Install 0.87; use strict; use warnings; @@ -24,4 +24,6 @@ if ($Module::Install::AUTHOR) { } +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Test-WWW-Mechanize-Catalyst/trunk/'; + WriteAll;