Be tidy.
[p5sagit/p5-mst-13.2.git] / ext / PerlIO / Via / Makefile.PL
CommitLineData
e7a1fdd7 1use ExtUtils::MakeMaker;
2WriteMakefile(
3 NAME => "PerlIO::Via",
df39e595 4 MAN3PODS => {}, # Pods will be built by installman.
e7a1fdd7 5 VERSION_FROM => 'Via.pm',
6);
7