projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5273d82
)
Fix typo $Config{'has_sockets'} ought to be $Config{'d_socket'};
Perl 5 Porters [Sat, 7 Sep 1996 03:12:01 +0000 (
03:12
+0000)]
utils/perlbug.PL
patch
|
blob
|
blame
|
history
diff --git
a/utils/perlbug.PL
b/utils/perlbug.PL
index
9527025
..
f136372
100644
(file)
--- a/
utils/perlbug.PL
+++ b/
utils/perlbug.PL
@@
-213,7
+213,7
@@
EOF
if( !$domain) {
$guess = "";
- } elsif ($Is_VMS && !$::Config{'has_sockets'}) {
+ } elsif ($Is_VMS && !$::Config{'d_socket'}) {
$guess = "$domain\:\:$me";
} else {
$guess = "$me\@$domain" if $domain;