summaryrefslogtreecommitdiff
path: root/ext/Sys
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-12-23 12:21:19 +0000
committerNicholas Clark <nick@ccl4.org>2005-12-23 12:21:19 +0000
commit49657794b700c5b56b92eaf38a24c952564ee7db (patch)
tree64ea0aa5b0db021c3522db369925ff93e7bfc7a3 /ext/Sys
parent70e590749aafa6e0e67a2220f53f1568bf4e16de (diff)
downloadperl-49657794b700c5b56b92eaf38a24c952564ee7db.tar.gz
Add support for PV to ExtUtils::Constant::ProxySubs, and enable its
use in Sys::Syslog p4raw-id: //depot/perl@26472
Diffstat (limited to 'ext/Sys')
-rw-r--r--ext/Sys/Syslog/Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Sys/Syslog/Makefile.PL b/ext/Sys/Syslog/Makefile.PL
index 82f649d9bd..3a25d3fbb5 100644
--- a/ext/Sys/Syslog/Makefile.PL
+++ b/ext/Sys/Syslog/Makefile.PL
@@ -45,6 +45,7 @@ if(eval {require ExtUtils::Constant; 1}) {
);
ExtUtils::Constant::WriteConstants(
+ ($] > 5.0090002 ? (PROXYSUBS => 1) : ()),
NAME => 'Sys::Syslog',
NAMES => \@names,
);