This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17374ab
)
perlivp: more header matching.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 7 Jun 2002 23:06:22 +0000
(23:06 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 7 Jun 2002 23:06:22 +0000
(23:06 +0000)
p4raw-id: //depot/perl@17076
utils/perlivp.PL
patch
|
blob
|
blame
|
history
diff --git
a/utils/perlivp.PL
b/utils/perlivp.PL
index
f89ba0b
..
bd182a5
100644
(file)
--- a/
utils/perlivp.PL
+++ b/
utils/perlivp.PL
@@
-313,6
+313,7
@@
while (($var, $val) = each %Config) {
$h_file = 'sys/resource' if $h_file eq 'sysresrc';
$h_file = 'sys/select' if $h_file eq 'sysselct';
$h_file = 'sys/security' if $h_file eq 'syssecrt';
+ $h_file = 'rpcsvc/dbm' if $h_file eq 'rpcsvcdbm';
# This ought to distinguish syslog from sys/syslog.
# (NB syslog.ph is heavily used for the DBI pre-requisites).
$h_file =~ s{^sys(\w.+)}{sys/$1} unless $h_file eq 'syslog';