diff options
Diffstat (limited to 'ext/Sys/Syslog/Makefile.PL')
-rw-r--r-- | ext/Sys/Syslog/Makefile.PL | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/Sys/Syslog/Makefile.PL b/ext/Sys/Syslog/Makefile.PL index 1de0148d41..1a5f1fc124 100644 --- a/ext/Sys/Syslog/Makefile.PL +++ b/ext/Sys/Syslog/Makefile.PL @@ -1,12 +1,11 @@ use ExtUtils::MakeMaker; -use ExtUtils::Constant 0.07 'WriteConstants'; +use ExtUtils::Constant 0.11 'WriteConstants'; WriteMakefile( NAME => 'Sys::Syslog', VERSION_FROM => 'Syslog.pm', MAN3PODS => {}, # Pods will be built by installman. XSPROTOARG => '-noprototypes', - realclean => {FILES=> 'constants.c constants.xs'}, ); # We hope syslogd understands /dev/log. |