This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PerlIO::Via layer (alpha-ish).
[perl5.git] / ext / PerlIO / Via / Makefile.PL
CommitLineData
e7a1fdd7
NIS
1use ExtUtils::MakeMaker;
2WriteMakefile(
3 NAME => "PerlIO::Via",
4 VERSION_FROM => 'Via.pm',
5);
6