X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=Makefile.PL;h=991f89b1e65561c0838abc59ccc094e40896ec67;hp=c3a90a7750ea564cef9367e35db31a391b6f05c0;hb=a467a71409ca619746c5174d46a0366c957e2ac7;hpb=ee47dd205177dc8f92d97ec636a075a7084a8130 diff --git a/Makefile.PL b/Makefile.PL index c3a90a7..991f89b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,11 +1,23 @@ -use inc::Module::Install 0.64; +use strict; +use warnings; +use inc::Module::Install 0.87; + +if ($Module::Install::AUTHOR) { + require Module::Install::AuthorRequires; +} name 'Catalyst-Manual'; all_from 'lib/Catalyst/Manual.pm'; author 'Kieren Diment '; license 'perl'; -requires 'Test::More'; +test_requires 'Test::More'; + +author_requires 'Test::Pod'; +author_requires 'Test::Pod::Coverage'; auto_install; +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Manual/5.80/trunk/'; + WriteAll; +