summaryrefslogtreecommitdiff
path: root/vms/ext/Stdio/Makefile.PL
diff options
context:
space:
mode:
authorCharles Bailey <bailey@genetics.upenn.edu>1996-03-21 00:00:00 +0000
committerCharles Bailey <bailey@genetics.upenn.edu>1996-03-21 00:00:00 +0000
commitea8ae489b8bf21511451c0ae78ebd48b717da772 (patch)
tree0559832b0950e342afa306c0cbaa80318ae48eb6 /vms/ext/Stdio/Makefile.PL
parenta5f75d667838e8e7bb037880391f5c44476d33b4 (diff)
downloadperl-ea8ae489b8bf21511451c0ae78ebd48b717da772.tar.gz
perl 5.002_01: [patch re-organisation and introduction]
This is my patch _01 to perl 5.002. The bulk of this patch consists of VMS and OS/2 updates, and the conversion to use EMBED as the default when building Perl. It also includes miscellaneous bugfixes, corrections to the pods, and minor additions, notably the new $^E and $^O variables. [editor's note: the changes between this and the perl-5.002_01 tag are the individual changes in the patch set]
Diffstat (limited to 'vms/ext/Stdio/Makefile.PL')
-rw-r--r--vms/ext/Stdio/Makefile.PL3
1 files changed, 3 insertions, 0 deletions
diff --git a/vms/ext/Stdio/Makefile.PL b/vms/ext/Stdio/Makefile.PL
new file mode 100644
index 0000000000..d6683b4af6
--- /dev/null
+++ b/vms/ext/Stdio/Makefile.PL
@@ -0,0 +1,3 @@
+use ExtUtils::MakeMaker;
+
+WriteMakefile( 'VERSION' => '1.0' );