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=4f399fdfae26e95affb49794945914edc18c0ba7;hb=fce83e5f2a2da9f9117562d05aec1e161cc3c109;hpb=8dbc5a5b8964ef29a4a3733f16cb6696bb84038b diff --git a/Makefile.PL b/Makefile.PL index 4f399fd..80fb511 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,11 +1,13 @@ -use inc::Module::Install 0.65; +use inc::Module::Install 0.87; name 'Catalyst-Manual'; all_from 'lib/Catalyst/Manual.pm'; -author 'Jonathan Rockway '; +author 'Kieren Diment '; license 'perl'; requires 'Test::More'; auto_install; +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Manual/5.70/trunk/'; + WriteAll;