X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F13-padsv.t;h=139b72d3463c5b34a8aa5833020e6cac215cada4;hb=d9d206c27da424c91322dbc2b17f3b0dfbf5651c;hp=ab042aee6968be0964360d462b7c5687b6f58d70;hpb=61f64dfa5fa4f435e6cd854d22e4325ef1eb0068;p=perl%2Fmodules%2FLexical-Types.git diff --git a/t/13-padsv.t b/t/13-padsv.t index ab042ae..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