From: Perl 5 Porters <perl5-porters@africa.nicoh.com>
Date: Wed, 28 Feb 1996 03:04:50 +0000 (+0000)
Subject: Update Makefile.PL to use VERSION_FROM
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5ba038830444bcc101e0d58356269b7057fa892d;p=p5sagit%2Fp5-mst-13.2.git

Update Makefile.PL to use VERSION_FROM
---

diff --git a/vms/ext/Stdio/Makefile.PL b/vms/ext/Stdio/Makefile.PL
index d6683b4..e5ea988 100644
--- a/vms/ext/Stdio/Makefile.PL
+++ b/vms/ext/Stdio/Makefile.PL
@@ -1,3 +1,3 @@
 use ExtUtils::MakeMaker;
 
-WriteMakefile( 'VERSION' => '1.0' );
+WriteMakefile( 'VERSION_FROM' => 'Stdio.pm' );