xref: /openbsd-src/gnu/usr.bin/perl/ext/VMS-Stdio/Makefile.PL (revision b39c515898423c8d899e35282f4b395f7cad3298)
1use ExtUtils::MakeMaker;
2
3WriteMakefile( 'VERSION_FROM' => 'Stdio.pm',
4               'MAN3PODS'     => {}, # pods will be built later
5             );
6