projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
76d6258
)
Update name of %Config value under VMS
Perl 5 Porters [Mon, 17 Jun 1996 06:22:51 +0000 (06:22 +0000)]
t/lib/socket.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/socket.t
b/t/lib/socket.t
index
afc2a5b
..
1e1027e
100755
(executable)
--- a/
t/lib/socket.t
+++ b/
t/lib/socket.t
@@
-5,7
+5,7
@@
BEGIN {
@INC = '../lib' if -d '../lib';
require Config; import Config;
if ($Config{'extensions'} !~ /\bSocket\b/ &&
- !(($^O eq 'VMS') && $Config{d_has_socket})) {
+ !(($^O eq 'VMS') && $Config{d_socket})) {
print "1..0\n";
exit 0;
}