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