]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/44-localize_delete-magic.t
Version requirements overhaul
[perl/modules/Scope-Upper.git] / t / 44-localize_delete-magic.t
index d118faefce49cc266dc2b437acaf4b956d832c97..9cfec7e3712cdfcc50e8197fcd24966a93535421 100644 (file)
@@ -55,7 +55,7 @@ our @a;
 SKIP:
 {
  skip '$NEGATIVE_INDICES has no special meaning on 5.8.0 and older' => 2
-                                                             if "$]" < 5.008001;
+                                                            if "$]" < 5.008_001;
  local $Scope::Upper::Test::TiedArray::NEGATIVE_INDICES = 1;
  local @a;
  tie @a, 'Scope::Upper::Test::TiedArray';