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