summaryrefslogtreecommitdiff
path: root/ext/Sys
diff options
context:
space:
mode:
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,
);