]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/20-localize-target.t
Version requirements overhaul
[perl/modules/Scope-Upper.git] / t / 20-localize-target.t
index ad3574b6ef26860ebf53954c64520cf1aa39a984..c68a1a3428e2857b47b5f72b523de154d77aa5a7 100644 (file)
@@ -67,7 +67,7 @@ undef *x;
 SKIP:
 {
  skip 'Can\'t localize through a reference before 5.8.1' => 2
-                                                             if "$]" < 5.008001;
+                                                            if "$]" < 5.008_001;
  eval q{
   no strict 'refs';
   local ${''} = 9;
@@ -82,7 +82,7 @@ SKIP:
 SKIP:
 {
  skip 'Can\'t localize through a reference before 5.8.1' => 2
-                                                             if "$]" < 5.008001;
+                                                            if "$]" < 5.008_001;
  eval q{
   no strict 'refs';
   local ${''} = 10;