diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-05 05:29:11 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-05 05:29:11 +0000 |
commit | a243a48e99fa6345b1c8b09f3d98952fb43ec4a5 (patch) | |
tree | e7ece87cbebb5bef16f76b15daa36477cb03553b /t/TEST | |
parent | 515b806de394ead7a7a28803ed69d57152f7fe86 (diff) | |
download | perl-a243a48e99fa6345b1c8b09f3d98952fb43ec4a5.tar.gz |
Bytecode patching from Enache.
p4raw-id: //depot/perl@20485
Diffstat (limited to 't/TEST')
-rwxr-xr-x | t/TEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -256,7 +256,7 @@ EOT my $bytecompile = "$perl $testswitch $switch -I../lib $bswitch". "-o$test.plc $test 2>/dev/null &&". - "$perl $testswitch $switch $utf $test.plc $redir|"; + "$perl $testswitch $switch -I../lib $utf $test.plc $redir|"; open(RESULTS,$bytecompile) or print "can't byte-compile '$bytecompile': $!.\n"; } |