diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-15 22:59:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-15 22:59:59 +0000 |
commit | c13fdd862cdcd2a9001523a3b81e435228302b74 (patch) | |
tree | ac1c482324157204ad30232427e04f289c50cd72 /ext/Sys/Syslog | |
parent | 2ac48f3aebb413a18125358a7f8d80df97683f4b (diff) | |
parent | bf6c18a67788ecf9349406ba580392adaec98958 (diff) | |
download | perl-c13fdd862cdcd2a9001523a3b81e435228302b74.tar.gz |
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5114
Diffstat (limited to 'ext/Sys/Syslog')
-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 253130a506..e5edf3e1ba 100644 --- a/ext/Sys/Syslog/Makefile.PL +++ b/ext/Sys/Syslog/Makefile.PL @@ -3,5 +3,6 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Sys::Syslog', VERSION_FROM => 'Syslog.pm', + MAN3PODS => {}, # Pods will be built by installman. XSPROTOARG => '-noprototypes', ); |