X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=blobdiff_plain;f=t%2F31-threads-teardown.t;h=bc3dff9c5e2d8952235cc4c26295b22e790aa7dd;hp=e636acde54985c275144c8563de2278ff29e6c98;hb=20bcb585bd9651cd40e91ab49b3651aa7259c3a6;hpb=a0eeae209119b07c3961d3432055eccf84b3b37c diff --git a/t/31-threads-teardown.t b/t/31-threads-teardown.t index e636acd..bc3dff9 100644 --- a/t/31-threads-teardown.t +++ b/t/31-threads-teardown.t @@ -21,7 +21,7 @@ sub run_perl { SKIP: { - skip 'Fails on 5.8.2 and lower' => 1 if "$]" <= 5.008002; + skip 'Fails on 5.8.2 and lower' => 1 if "$]" <= 5.008_002; my $status = run_perl <<' RUN'; { package IntX; package IntY; package IntZ; }