Changeset 21311 for perl5

Show
Ignore:
Timestamp:
07/12/08 19:03:20 (4 months ago)
Author:
fglock
Message:

[v6.pm] fixed Makefile.PL

Files:
1 modified

Legend:

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

    r16872 r21311  
    4646        $src = "$inc[-1]/../ext/Test/lib/Test.pm" if $_ eq 't/Test.pm'; 
    4747        copy($src => $_); 
     48        `$^X -i -pe ' s/^use v6;/use v6-alpha;/ ' '$_' ` 
     49            if -f $_; 
    4850    } 
    4951}