This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Minor tweak to via
[perl5.git] / ext / PerlIO / via / Makefile.PL
... / ...
CommitLineData
1use ExtUtils::MakeMaker;
2WriteMakefile(
3 NAME => "PerlIO::via",
4 MAN3PODS => {}, # Pods will be built by installman.
5 VERSION_FROM => 'via.pm',
6);
7