X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=blobdiff_plain;f=t%2F13-padsv.t;h=139b72d3463c5b34a8aa5833020e6cac215cada4;hp=ab042aee6968be0964360d462b7c5687b6f58d70;hb=20bcb585bd9651cd40e91ab49b3651aa7259c3a6;hpb=a0eeae209119b07c3961d3432055eccf84b3b37c 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