X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F20-localize-target.t;h=9bd7a3885fcc6376122bd87515a4ef96dda79f6c;hb=8d81fa027a6a701f6b8a4e96dc04a36a09295210;hp=136feb6eed60e920ecaaac262e089fb4a3f5015d;hpb=832c6b87e24a3d33216587b6e596443d5497f190;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;