X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F01-deps.t;h=a7c046d78cd5de9a0999e429ec7e35850196e895;hb=1d8796567ccfbffd92f4de0fb3c00d0ca87cfed9;hp=08593327803eac919d1959f6811793f2e69b4aa1;hpb=ce944712f5232aac857a6a435f27d5e954617d53;p=perl%2Fmodules%2FTask-Devel-Cover-Recommended.git diff --git a/t/01-deps.t b/t/01-deps.t index 0859332..a7c046d 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.93' ]; +push @tests, [ 'Devel::Cover' => '1.07' ]; for my $test (@tests) { my ($module, $version) = @$test;