Update documentation with &share() non prototype checking version.
[p5sagit/p5-mst-13.2.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