X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=blobdiff_plain;f=t%2F13-padsv.t;h=ab042aee6968be0964360d462b7c5687b6f58d70;hp=0509260d821f246df2c8770abec9b0b86e37851d;hb=61f64dfa5fa4f435e6cd854d22e4325ef1eb0068;hpb=26192e1043cbd952cc7acaa033cc473ffd074085 diff --git a/t/13-padsv.t b/t/13-padsv.t index 0509260..ab042ae 100644 --- a/t/13-padsv.t +++ b/t/13-padsv.t @@ -34,7 +34,7 @@ sub Int::TYPEDSCALAR { push @lines, (caller(0))[2]; () } SKIP: { skip 'Broken with threaded perls before 5.8.4' => 1 - if $Config{useithreads} and $] < 5.008004; + if $Config{useithreads} and "$]" < 5.008004; use Lexical::Types as => sub { # In 5.10, this closure is compiled before hints are enabled, so no hintseval