This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
warnings.pl: Silence perl compiler warnings
[perl5.git] / ext / VMS-Stdio / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile( 'VERSION_FROM' => 'Stdio.pm',
4                'MAN3PODS'     => {}, # pods will be built later
5              );