From: Vincent Pit Date: Fri, 31 Jul 2015 17:41:54 +0000 (-0300) Subject: Update to Devel::Cover 1.20 X-Git-Tag: v1.200.0~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTask-Devel-Cover-Recommended.git;a=commitdiff_plain;h=d71806113efb8219b7cfa2a8d523a0b99bb7d404 Update to Devel::Cover 1.20 --- diff --git a/Makefile.PL b/Makefile.PL index 98066ba..8c5b2da 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,20 +18,23 @@ my $CONFIGURE_PREREQS = { my $BUILD_PREREQS = { 'ExtUtils::MakeMaker' => '0', 'Test::More' => '0', - 'Test::Warn' => '0', }; my $RUN_PREREQS = { 'Browser::Open' => '0', + 'Capture::Tiny' => '0', + 'Class::XSAccessor' => '0', 'Digest::MD5' => '0', 'JSON::PP' => '0', + 'Moo' => '0', 'PPI::HTML' => '1.07', 'Parallel::Iterator' => '0', 'Pod::Coverage' => '0.06', 'Pod::Coverage::CountParents' => '0', 'Storable' => '0', 'Template' => '2.00', - 'Devel::Cover' => '1.08', + 'namespace::clean' => '0', + 'Devel::Cover' => '1.20', }; my %META = ( diff --git a/lib/Task/Devel/Cover/Recommended.pm b/lib/Task/Devel/Cover/Recommended.pm index 44ef3d2..c101495 100644 --- a/lib/Task/Devel/Cover/Recommended.pm +++ b/lib/Task/Devel/Cover/Recommended.pm @@ -23,7 +23,7 @@ our $VERSION = 'v1.80.0'; =head1 DESCRIPTION -This task module lets you easily install L 1.08 and all its recommended dependencies. +This task module lets you easily install L 1.20 and all its recommended dependencies. =head1 DEPENDENCIES @@ -49,10 +49,6 @@ L L -=item * - -L - =back =head2 Run-time dependencies @@ -61,7 +57,7 @@ L =item * -L 1.08 +L 1.20 =item * @@ -73,6 +69,14 @@ L =item * +L + +=item * + +L + +=item * + L =item * @@ -81,6 +85,10 @@ L =item * +L + +=item * + L 1.07 Devel::Cover lets you optionally pick between L and L, but it will only use the former if both are installed. @@ -105,6 +113,10 @@ L L