]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commitdiff
Remove a now useless SKIP directive
authorVincent Pit <vince@profvince.com>
Fri, 4 Oct 2013 20:20:43 +0000 (17:20 -0300)
committerVincent Pit <vince@profvince.com>
Fri, 4 Oct 2013 20:20:43 +0000 (17:20 -0300)
The block was skipped for perl 5.8.2 and below, but we now require 5.8.3.

t/31-threads-teardown.t

index bc3dff9c5e2d8952235cc4c26295b22e790aa7dd..741d2242e506b8216c4dd9b2ab716522298cf813 100644 (file)
@@ -19,10 +19,7 @@ sub run_perl {
  system { $^X } $^X, '-T', map("-I$_", @INC), '-e', $code;
 }
 
-SKIP:
 {
- skip 'Fails on 5.8.2 and lower' => 1 if "$]" <= 5.008_002;
-
  my $status = run_perl <<' RUN';
   { package IntX; package IntY; package IntZ; }
   my ($code, @expected);