Changeset 21617 for perl5/Pugs-Compiler-Perl6/Makefile.PL
- Timestamp:
- 07/29/08 20:52:35 (5 months ago)
- Files:
-
- 1 modified
-
perl5/Pugs-Compiler-Perl6/Makefile.PL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
perl5/Pugs-Compiler-Perl6/Makefile.PL
r21597 r21617 131 131 $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; 132 132 } 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 } 133 137 134 138 # add "use Test" to most files
