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 0101e66..7e10c94 100644 (file)
@@ -3,7 +3,7 @@
 @@ -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;
-@@ -931,7 +931,7 @@
+@@ -946,7 +946,7 @@
                print " " if (@opts);
                print "$file\n";
            }