X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F20-localize-target.t;h=c68a1a3428e2857b47b5f72b523de154d77aa5a7;hb=8aa5517d42b61e877ca7e4198f12ab879fa8218b;hp=ad3574b6ef26860ebf53954c64520cf1aa39a984;hpb=e26cff534d772ff66c0cdf5761787f43c6b7c5ec;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/20-localize-target.t b/t/20-localize-target.t index ad3574b..c68a1a3 100644 --- a/t/20-localize-target.t +++ b/t/20-localize-target.t @@ -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;