- Timestamp:
- 07/12/08 19:03:20 (4 months ago)
- Files:
-
- 1 modified
-
perl5/Pugs-Compiler-Perl6/Makefile.PL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
perl5/Pugs-Compiler-Perl6/Makefile.PL
r16872 r21311 46 46 $src = "$inc[-1]/../ext/Test/lib/Test.pm" if $_ eq 't/Test.pm'; 47 47 copy($src => $_); 48 `$^X -i -pe ' s/^use v6;/use v6-alpha;/ ' '$_' ` 49 if -f $_; 48 50 } 49 51 }
