summaryrefslogtreecommitdiff
path: root/vms/ext/Stdio/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'vms/ext/Stdio/Makefile.PL')
-rw-r--r--vms/ext/Stdio/Makefile.PL4
1 files changed, 3 insertions, 1 deletions
diff --git a/vms/ext/Stdio/Makefile.PL b/vms/ext/Stdio/Makefile.PL
index e5ea988818..f5599f8a96 100644
--- a/vms/ext/Stdio/Makefile.PL
+++ b/vms/ext/Stdio/Makefile.PL
@@ -1,3 +1,5 @@
use ExtUtils::MakeMaker;
-WriteMakefile( 'VERSION_FROM' => 'Stdio.pm' );
+WriteMakefile( 'VERSION_FROM' => 'Stdio.pm',
+ 'MAN3PODS' => ' ', # pods will be built later
+ );