Adding Encode::* to .pm creates stash at compile time
[p5sagit/p5-mst-13.2.git] / ext / PerlIO / encoding / Makefile.PL
CommitLineData
59035dcc 1use ExtUtils::MakeMaker;
2WriteMakefile(
3 NAME => "PerlIO::encoding",
4 MAN3PODS => {}, # Pods will be built by installman.
5 VERSION_FROM => 'encoding.pm',
6);
7