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 33ad2d4..7e10c94 100644 (file)
@@ -1,9 +1,9 @@
---- ../installperl     2002-07-16 18:57:32.000000000 +0000
-+++ installperl        2003-04-15 01:55:54.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';
  }
  
  use strict;
-@@ -876,7 +876,7 @@
-                print " " if (@opts);
-                print "$file\n";
-            }
--            system("strip", @opts, $file);
-+            system("XXSTRIPXX-strip", @opts, $file);
-         } else {
-             print "# file '$file' skipped\n" if $verbose;
-         }
+@@ -946,7 +946,7 @@
+               print " " if (@opts);
+               print "$file\n";
+           }
+-          system("strip", @opts, $file);
++          system("XXSTRIPXX-strip", @opts, $file);
+       } else {
+           print "# file '$file' skipped\n" if $verbose;
+       }