diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-12-23 12:21:19 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-12-23 12:21:19 +0000 |
commit | 49657794b700c5b56b92eaf38a24c952564ee7db (patch) | |
tree | 64ea0aa5b0db021c3522db369925ff93e7bfc7a3 /ext/Sys | |
parent | 70e590749aafa6e0e67a2220f53f1568bf4e16de (diff) | |
download | perl-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.PL | 1 |
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, ); |