From: Andy Grundman Date: Fri, 5 Dec 2008 18:49:28 +0000 (+0000) Subject: Require Pod::Coverage 0.19 to fix parent method coverage X-Git-Tag: 5.8000_05~112 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=acad8a2ac78bfbcf34f1b7fba0a03f0e1ba94f08;hp=d11e0c1d9eccf6f0fe7f1c2bd0313d5cf742b772 Require Pod::Coverage 0.19 to fix parent method coverage --- diff --git a/Makefile.PL b/Makefile.PL index 9109226..113ed28 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -49,6 +49,7 @@ if (-e 'inc/.author') { build_requires 'Test::NoTabs'; build_requires 'Test::Pod' => 1.14; build_requires 'Test::Pod::Coverage' => 1.04; + build_requires 'Pod::Coverage' => 0.19; if ($^O eq 'darwin') { my $osx_ver = `/usr/bin/sw_vers -productVersion`;