This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Modernize the use of open() (copied from old code)
[perl5.git] / ext / VMS-Stdio / Makefile.PL
CommitLineData
748a9306
LW
1use ExtUtils::MakeMaker;
2
ecbaadc1 3WriteMakefile( 'VERSION_FROM' => 'Stdio.pm',
1d4256c2 4 'MAN3PODS' => {}, # pods will be built later
ecbaadc1 5 );