Show
Ignore:
Timestamp:
07/29/08 20:52:35 (5 months ago)
Author:
fglock
Message:

[v6.pm] 0.030 # ~6200 tests pass

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • perl5/Pugs-Compiler-Perl6/Makefile.PL

    r21597 r21617  
    131131        $text =~ s/^\s*plan \d+;/plan 535;\nforce_todo(18..29,49..54,62,64,66,68,77,79,81..92,94..96,101..113,247,254..255,257,259..263,266,269,274,284,286,301,303..304,314,332..372,374..388,393..394,398,400..402,404..433,484..499,502,504,507,516..522,526..528$cpan_tester_errors);/m; 
    132132    } 
     133    if ( $out eq 't/regex/perl5_9.t' ) { 
     134        $text =~ s/^\s*plan \d+;/plan 84;/m; 
     135        $text =~ s/^\s*force_todo.*?\n/force_todo(18,34,40,51,57,66,67);\n/m; 
     136    } 
    133137     
    134138    # add "use Test" to most files