summaryrefslogtreecommitdiff
path: root/vms/ext/VMS/stdio/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'vms/ext/VMS/stdio/Makefile.PL')
-rw-r--r--vms/ext/VMS/stdio/Makefile.PL3
1 files changed, 3 insertions, 0 deletions
diff --git a/vms/ext/VMS/stdio/Makefile.PL b/vms/ext/VMS/stdio/Makefile.PL
new file mode 100644
index 0000000000..d6683b4af6
--- /dev/null
+++ b/vms/ext/VMS/stdio/Makefile.PL
@@ -0,0 +1,3 @@
+use ExtUtils::MakeMaker;
+
+WriteMakefile( 'VERSION' => '1.0' );