X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F01-deps.t;h=b6ffaf104c90221f82a563e6b8a4a53a7be09819;hb=571b41ae06dc2d3f5d58b235ec14156d72b2eb48;hp=c1a9a613d3bd43706a6b3e255efb7d72a7f8c938;hpb=6898179c6c501ff8195750c90f27288b400b2649;p=perl%2Fmodules%2FTask-Devel-Cover-Recommended.git diff --git a/t/01-deps.t b/t/01-deps.t index c1a9a61..b6ffaf1 100644 --- a/t/01-deps.t +++ b/t/01-deps.t @@ -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' => '1.06' ]; +push @tests, [ 'Devel::Cover' => '1.08' ]; for my $test (@tests) { my ($module, $version) = @$test;