X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=Makefile.PL;h=adade639016449696977ea8b5f4e262684e14f8d;hp=80fb5110ea0bf4710208eff33b307e05a3971169;hb=b1a08fe19fd4ce1cd7756727319d08156b1e563f;hpb=51cafe14b695800eda56f10e227b6adcc182ce88 diff --git a/Makefile.PL b/Makefile.PL index 80fb511..adade63 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,13 +1,23 @@ +use strict; +use warnings; use inc::Module::Install 0.87; +BEGIN { + 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.70/trunk/'; +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Manual/5.80/trunk/'; WriteAll; +