]> git.vpit.fr Git - perl/modules/Lexical-Types.git/blobdiff - t/16-scope.t
Make Perl version numbers more readable
[perl/modules/Lexical-Types.git] / t / 16-scope.t
index 9e858dcfee4500d8e8b5f25d0047d913640b7b40..e62ceb0e53f6101d8ce1d4c5a4fc6c05771c80b3 100644 (file)
@@ -39,7 +39,7 @@ use lib 't/lib';
    ::is($z, __FILE__.':6', 'pragma in use at the end');
   }
  TESTREQUIRED3
- @w = grep !/^warn:Attempt\s+to\s+free\s+unreferenced/, @w if "$]" <= 5.008003;
+ @w = grep !/^warn:Attempt\s+to\s+free\s+unreferenced/, @w if "$]" <= 5.008_003;
  is         $@,     '',  'third require test didn\'t croak prematurely';
  is_deeply \@w,     [ ], 'third require test didn\'t warn';
  is_deeply \@decls, [ map "Int3$_", qw<X Z> ],