X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F20-localize-target.t;h=9bd7a3885fcc6376122bd87515a4ef96dda79f6c;hb=539cc1e930fc0cbe730d9e9d13dd45cb37f76ac9;hp=136feb6eed60e920ecaaac262e089fb4a3f5015d;hpb=59a1136cba8ac79b0428d55824873b55a9b700aa;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/20-localize-target.t b/t/20-localize-target.t index 136feb6..9bd7a38 100644 --- a/t/20-localize-target.t +++ b/t/20-localize-target.t @@ -66,7 +66,7 @@ undef *x; SKIP: { - skip 'Can\'t localize through a reference in 5.6' => 2 if $] < 5.008; + skip 'Can\'t localize through a reference before 5.8.1' => 2 if $] < 5.008001; eval q{ no strict 'refs'; local ${''} = 9; @@ -80,7 +80,7 @@ SKIP: SKIP: { - skip 'Can\'t localize through a reference in 5.6' => 2 if $] < 5.008; + skip 'Can\'t localize through a reference before 5.8.1' => 2 if $] < 5.008001; eval q{ no strict 'refs'; local ${''} = 10;