Switch on PERL_IMPLICIT_SYS, not on Win32.
[p5sagit/p5-mst-13.2.git] / Cross / installperl.patch
1 --- ../installperl      2003-03-26 21:07:13.000000000 +0000
2 +++ installperl 2003-05-01 11:17:48.000000000 +0000
3 @@ -3,8 +3,8 @@
4  BEGIN {
5      require 5.004;
6      chdir '..' if !-d 'lib' and -d '..\lib';
7 -    @INC = 'lib';
8 -    $ENV{PERL5LIB} = 'lib';
9 +#    @INC = 'lib';
10 +#    $ENV{PERL5LIB} = 'lib';
11  }
12  
13  use strict;
14 @@ -878,7 +878,7 @@
15                 print " " if (@opts);
16                 print "$file\n";
17             }
18 -           system("strip", @opts, $file);
19 +           system("XXSTRIPXX-strip", @opts, $file);
20         } else {
21             print "# file '$file' skipped\n" if $verbose;
22         }