summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-12-23 00:37:04 +0000
committerNicholas Clark <nick@ccl4.org>2005-12-23 00:37:04 +0000
commit2ebbb0c37e2208c771091cac60cafb6a2767248b (patch)
tree149049b0399843578c5bf36560aee04cb2a0f2d1 /ext
parentb91b8403bb67d1c94fd711a2cfe83ea91f52e170 (diff)
downloadperl-2ebbb0c37e2208c771091cac60cafb6a2767248b.tar.gz
Use inlineable proxy constant subs for Socket
p4raw-id: //depot/perl@26463
Diffstat (limited to 'ext')
-rw-r--r--ext/Socket/Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Socket/Makefile.PL b/ext/Socket/Makefile.PL
index e5436890c6..485b456338 100644
--- a/ext/Socket/Makefile.PL
+++ b/ext/Socket/Makefile.PL
@@ -63,6 +63,7 @@ push @names,
foreach qw(INADDR_ANY INADDR_LOOPBACK INADDR_NONE INADDR_BROADCAST);
WriteConstants(
+ PROXYSUBS => 1,
NAME => 'Socket',
NAMES => \@names,
);