projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1050c9c
)
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
patch
|
blob
|
blame
|
history
diff --git
a/utils/h2ph.PL
b/utils/h2ph.PL
index
370aa87
..
951705a
100644
(file)
--- a/
utils/h2ph.PL
+++ b/
utils/h2ph.PL
@@
-34,7
+34,7
@@
$Config{'startperl'}
'ds 00 \"';
'ig 00 ';
-\$perlincl = "$Config{archlibexp}";
+\$perlincl = "$Config{installsitearchlib}";
!GROK!THIS!