X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=blobdiff_plain;f=t%2F21-scalar-padsv.t;h=b1a2688faf444b346fff50f9627d1faa84223dfc;hp=139b72d3463c5b34a8aa5833020e6cac215cada4;hb=f954475502b63b7c2c7a95f3698ba1d1b0654972;hpb=4827778f0445d5d7a4a4612f8c72af3eaba7517d diff --git a/t/21-scalar-padsv.t b/t/21-scalar-padsv.t index 139b72d..b1a2688 100644 --- a/t/21-scalar-padsv.t +++ b/t/21-scalar-padsv.t @@ -32,10 +32,7 @@ my @lines; sub Int::TYPEDSCALAR { push @lines, (caller(0))[2]; () } -SKIP: { - skip 'Broken with threaded perls before 5.8.4' => 1 - 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 # op is added at compile time to propagate the hints inside the eval.