X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=ca242bcc31ebd4fbc814a161a5ff4ab9e7a08c2e;hb=954b6a7710cbe8fe44944e2936b57e32a6275df3;hp=edf930b2ddfd6d2bc4524eeca83eb5fe3da697f8;hpb=8527ca627b6872946c372b2e728e5c1d0d5b4b51;p=catagits%2FCatalyst-Devel.git diff --git a/Makefile.PL b/Makefile.PL index edf930b..ca242bc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -37,6 +37,8 @@ requires 'Module::Install' => '0.91'; author_requires 'IPC::Run3'; author_requires 'Module::Info'; author_requires 'File::Find::Rule'; +author_requires 'Test::Pod'; +author_requires 'Test::Pod::Coverage'; test_requires 'Test::More' => '0.94'; test_requires 'Test::Fatal' => '0.003';