X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=Makefile.PL;h=80fb5110ea0bf4710208eff33b307e05a3971169;hp=c3a90a7750ea564cef9367e35db31a391b6f05c0;hb=276c469894012f12fd3a73e35f04bbaff1ab894a;hpb=ee47dd205177dc8f92d97ec636a075a7084a8130 diff --git a/Makefile.PL b/Makefile.PL index c3a90a7..80fb511 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.64; +use inc::Module::Install 0.87; name 'Catalyst-Manual'; all_from 'lib/Catalyst/Manual.pm'; @@ -8,4 +8,6 @@ license 'perl'; requires 'Test::More'; auto_install; +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Manual/5.70/trunk/'; + WriteAll;