X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F44-localize_delete-magic.t;h=9cfec7e3712cdfcc50e8197fcd24966a93535421;hb=2f468390ee816db81380ced997a5b75660c01d46;hp=d118faefce49cc266dc2b437acaf4b956d832c97;hpb=d5523f091e49e6c770977c9070d40b795be91bf4;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/44-localize_delete-magic.t b/t/44-localize_delete-magic.t index d118fae..9cfec7e 100644 --- a/t/44-localize_delete-magic.t +++ b/t/44-localize_delete-magic.t @@ -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';