summaryrefslogtreecommitdiff
path: root/ext/VMS-Stdio/Makefile.PL
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2009-09-03 10:20:19 -0500
committerCraig A. Berry <craigberry@mac.com>2009-09-03 12:54:01 -0500
commit26dd53a231877708d84e7376aa20e4e8e561fe4e (patch)
tree126a0804e8f0cae4994aac9a2a4c4cdeab25ba31 /ext/VMS-Stdio/Makefile.PL
parentb7d7e1dad734d27d791c1f48094cb4b84f6c6165 (diff)
downloadperl-26dd53a231877708d84e7376aa20e4e8e561fe4e.tar.gz
Move vms/ext/DCLsym and vms/ext/Stdio to ext/VMS-DCLsym and ext/VMS-Stdio.
Diffstat (limited to 'ext/VMS-Stdio/Makefile.PL')
-rw-r--r--ext/VMS-Stdio/Makefile.PL5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/VMS-Stdio/Makefile.PL b/ext/VMS-Stdio/Makefile.PL
new file mode 100644
index 0000000000..4e17a48082
--- /dev/null
+++ b/ext/VMS-Stdio/Makefile.PL
@@ -0,0 +1,5 @@
+use ExtUtils::MakeMaker;
+
+WriteMakefile( 'VERSION_FROM' => 'Stdio.pm',
+ 'MAN3PODS' => {}, # pods will be built later
+ );