This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix regression with $version::LAX and bump release
[perl5.git] / cpan / version / t / 06noop.t
index 74e7251..8db4c75 100644 (file)
@@ -7,7 +7,7 @@
 use Test::More qw/no_plan/;
 
 BEGIN {
 use Test::More qw/no_plan/;
 
 BEGIN {
-    use_ok('version', 0.9905);
+    use_ok('version', 0.9906);
 }
 
 my $v1 = version->new('1.2');
 }
 
 my $v1 = version->new('1.2');