]> git.vpit.fr Git - perl/modules/Task-Devel-Cover-Recommended.git/commitdiff
Update to Devel::Cover 0.99
authorVincent Pit <vince@profvince.com>
Wed, 30 Jan 2013 17:22:52 +0000 (15:22 -0200)
committerVincent Pit <vince@profvince.com>
Wed, 30 Jan 2013 17:22:52 +0000 (15:22 -0200)
Makefile.PL
lib/Task/Devel/Cover/Recommended.pm
t/01-deps.t

index 12c0787ff6c6521e4f9cbd37a74a3652b95ca44d..7af047920a81def7c7733f5fab694c47223b1480 100644 (file)
@@ -31,7 +31,7 @@ my $RUN_PREREQS = {
  'Pod::Coverage::CountParents' => '0',
  'Storable'                    => '0',
  'Template'                    => '2.00',
- 'Devel::Cover'                => '0.96',
+ 'Devel::Cover'                => '0.99',
 };
 
 my %META = (
index 8efc3bc4ebb52423913b31faf90352b81a3ef1b4..4c7242fa535beb8237eb5f33f3c606193e908e6b 100644 (file)
@@ -23,7 +23,7 @@ our $VERSION = 'v0.940.0';
 
 =head1 DESCRIPTION
 
-This task module lets you easily install L<Devel::Cover> 0.96 and all its recommended dependencies.
+This task module lets you easily install L<Devel::Cover> 0.99 and all its recommended dependencies.
 
 =head1 DEPENDENCIES
 
@@ -61,7 +61,7 @@ L<Test::Warn>
 
 =item *
 
-L<Devel::Cover> 0.96
+L<Devel::Cover> 0.99
 
 =item *
 
@@ -131,7 +131,7 @@ You can find documentation for this module with the perldoc command.
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2012 Vincent Pit, all rights reserved.
+Copyright 2012,2013 Vincent Pit, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
index a6ad33e28444c5fc7edc981a44c9535890f40aa6..a0d38fed0dfd2aa0daa8eb760df3e41edd5542cb 100644 (file)
@@ -20,7 +20,7 @@ my $TESTED_PREREQS = {
 plan tests => keys(%$TESTED_PREREQS) + 1;
 
 my @tests = map [ $_ => $TESTED_PREREQS->{$_} ], keys %$TESTED_PREREQS;
-push @tests, [ 'Devel::Cover' => '0.96' ];
+push @tests, [ 'Devel::Cover' => '0.99' ];
 
 for my $test (@tests) {
  my ($module, $version) = @$test;