From: Tomas Doran Date: Mon, 5 Sep 2011 12:16:17 +0000 (+0100) Subject: Fix author_requires X-Git-Tag: 1.35~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=35155ac6914c3313408bf098fd815b980dab5b38;hp=8527ca627b6872946c372b2e728e5c1d0d5b4b51 Fix author_requires --- 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';