X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F13-padsv.t;h=139b72d3463c5b34a8aa5833020e6cac215cada4;hb=20bcb585bd9651cd40e91ab49b3651aa7259c3a6;hp=0509260d821f246df2c8770abec9b0b86e37851d;hpb=bf1b09f4ab8df1710df549764d511b110c6cb396;p=perl%2Fmodules%2FLexical-Types.git diff --git a/t/13-padsv.t b/t/13-padsv.t index 0509260..139b72d 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.008_004; use Lexical::Types as => sub { # In 5.10, this closure is compiled before hints are enabled, so no hintseval