All Perl_hv_name_set()s need to be plain hv_name_set if they are to
[p5sagit/p5-mst-13.2.git] / Cross / installperl.patch
index 1a1c5a6..7e10c94 100644 (file)
@@ -1,9 +1,9 @@
---- ../installperl     2003-03-26 21:07:13.000000000 +0000
-+++ installperl        2003-05-01 11:17:48.000000000 +0000
+--- ../installperl     2003-08-31 11:58:48.000000000 -0500
++++ installperl        2003-09-05 02:38:40.000000000 -0500
 @@ -3,8 +3,8 @@
  BEGIN {
      require 5.004;
-     chdir '..' if !-d 'lib' and -d '..\lib';
+     chdir '..' if !-d 'lib' and -d '../lib';
 -    @INC = 'lib';
 -    $ENV{PERL5LIB} = 'lib';
 +#    @INC = 'lib';
@@ -11,7 +11,7 @@
  }
  
  use strict;
-@@ -878,7 +878,7 @@
+@@ -946,7 +946,7 @@
                print " " if (@opts);
                print "$file\n";
            }