Changeset 21664 for perl5/Pugs-Compiler-Perl6/Makefile.PL
- Timestamp:
- 08/01/08 13:21:45 (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
r21663 r21664 148 148 $text =~ s/^([^\n]*?\; *redo\;)/ok( 0, "redo works in perl5 blocks", :todo ) ; # $1/mg; 149 149 } 150 if ( $out eq 't/spec/S03-operators/assign.t' ) { 151 # my @z = ($::('Foo::b')... 152 $text =~ s/^(\s+)my \@z = (\(\$::\(\'Foo::b\'\))/$1my \@z = undef; # TODO namespace problem ... = $2/m; 153 $text =~ s/^(\s+)([^\n]*?lhs treats \$::\(\'Foo::b\'\))/$1Test::ok( 0, "skip", :todo ); # $2/mg; 154 } 150 155 151 156 # add "use Test" to most files
