-Wall "subscript has type `char'" cleanup.
[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);