perl 5.003_01: utils/h2ph.PL
Perl 5 Porters [Fri, 5 Jul 1996 04:08:07 +0000 (04:08 +0000)]
Write output to "install into" directory, not "apparent installed"
  directory (the two may differ under e.g. AFS)

utils/h2ph.PL

index 370aa87..951705a 100644 (file)
@@ -34,7 +34,7 @@ $Config{'startperl'}
 'ds 00 \"';
 'ig 00 ';
 
-\$perlincl = "$Config{archlibexp}";
+\$perlincl = "$Config{installsitearchlib}";
 
 !GROK!THIS!