Code cleanup based on turning off the -woffs in IRIX.
[p5sagit/p5-mst-13.2.git] / ext / PerlIO / Scalar / Makefile.PL
CommitLineData
f6c77cf1 1use ExtUtils::MakeMaker;
2WriteMakefile(
3 NAME => "PerlIO::Scalar",
df39e595 4 MAN3PODS => {}, # Pods will be built by installman.
f6c77cf1 5 VERSION_FROM => 'Scalar.pm',
6);
7