X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F44-localize_delete-magic.t;h=d118faefce49cc266dc2b437acaf4b956d832c97;hb=e26cff534d772ff66c0cdf5761787f43c6b7c5ec;hp=1a6282934bc081ecbd2ec59b974bb33300942bce;hpb=2e88c3aab11a9282e757ef97d7ff3a2da749c4d9;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/44-localize_delete-magic.t b/t/44-localize_delete-magic.t index 1a62829..d118fae 100644 --- a/t/44-localize_delete-magic.t +++ b/t/44-localize_delete-magic.t @@ -54,7 +54,8 @@ our @a; SKIP: { - skip '$NEGATIVE_INDICES has no special meaning on 5.8.0 and older' => 2 if $] < 5.008_001; + skip '$NEGATIVE_INDICES has no special meaning on 5.8.0 and older' => 2 + if "$]" < 5.008001; local $Scope::Upper::Test::TiedArray::NEGATIVE_INDICES = 1; local @a; tie @a, 'Scope::Upper::Test::TiedArray';