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