This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
FreeBSD 7+ no longer contains /usr/bin/objformat, so the following
[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 );