Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
[p5sagit/p5-mst-13.2.git] / ext / Sys / Syslog / Makefile.PL
CommitLineData
8ce86de8 1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4 NAME => 'Sys::Syslog',
5 VERSION_FROM => 'Syslog.pm',
f91101c9 6 MAN3PODS => {}, # Pods will be built by installman.
8ce86de8 7 XSPROTOARG => '-noprototypes',
8);