Show
Ignore:
Timestamp:
08/01/08 13:21:45 (5 months ago)
Author:
fglock
Message:

[v6.pm] more tests # 6500

Files:
1 modified

Legend:

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

    r21663 r21664  
    148148        $text =~ s/^([^\n]*?\; *redo\;)/ok( 0, "redo works in perl5 blocks", :todo ) ; # $1/mg; 
    149149    } 
     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    } 
    150155     
    151156    # add "use Test" to most files