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=e56c0f598d32ffc6355f5899f6ee245f86773080;hb=276c469894012f12fd3a73e35f04bbaff1ab894a;hpb=58a04c57b2c2575bc0361c3bdd3bc3c200e183cb diff --git a/Makefile.PL b/Makefile.PL index e56c0f5..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/ManualPlaceholder.pm'; -author 'Jonathan Rockway '; +all_from 'lib/Catalyst/Manual.pm'; +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;