X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F20-localize-target.t;h=c68a1a3428e2857b47b5f72b523de154d77aa5a7;hb=2f468390ee816db81380ced997a5b75660c01d46;hp=ad3574b6ef26860ebf53954c64520cf1aa39a984;hpb=d5523f091e49e6c770977c9070d40b795be91bf4;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;