projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dcb3b74
)
Update Makefile.PL to use VERSION_FROM
Perl 5 Porters [Wed, 28 Feb 1996 03:04:50 +0000 (
03:04
+0000)]
vms/ext/Stdio/Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/vms/ext/Stdio/Makefile.PL
b/vms/ext/Stdio/Makefile.PL
index
d6683b4
..
e5ea988
100644
(file)
--- 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' );