diff options
Diffstat (limited to 'cpan/version/t/00impl-pp.t')
-rw-r--r-- | cpan/version/t/00impl-pp.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/version/t/00impl-pp.t b/cpan/version/t/00impl-pp.t index 836a75aa5f..ba540c942c 100644 --- a/cpan/version/t/00impl-pp.t +++ b/cpan/version/t/00impl-pp.t @@ -9,7 +9,7 @@ use Test::More qw/no_plan/; BEGIN { (my $coretests = $0) =~ s'[^/]+\.t'coretests.pm'; require $coretests; - use_ok('version::vpp', 0.9907); + use_ok('version::vpp', 0.9908); } BaseTests("version::vpp","new","qv"); |