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=4335ff9727104d93960d99525d37d9549b0b6f68;hb=6d97b9733f7cd0679097c3e8fd970bf006e354b1;hpb=8f45565456f999c57d82a3588d70677f8cc83e5d diff --git a/Makefile.PL b/Makefile.PL index 4335ff9..80fb511 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,12 +1,13 @@ -use inc::Module::Install 0.65; +use inc::Module::Install 0.87; name 'Catalyst-Manual'; -abstract_from 'lib/Catalyst/Manual.pm'; -version_from 'lib/Catalyst/Manual.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;