MakeMaker's version number is in VERSION and not Version in later versions

of perl.
This commit is contained in:
Steve Price 1999-06-06 15:47:04 +00:00
parent 09294bd979
commit 0cd86d3ba2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19234

View file

@ -0,0 +1,11 @@
--- Makefile.PL.orig Mon May 31 11:48:51 1999
+++ Makefile.PL Mon May 31 11:48:24 1999
@@ -66,7 +66,7 @@
# -- Make the Makefile
die "You require MakeMaker v4.17 or later to install this package\n"
- unless($ExtUtils::MakeMaker::Version >= 4.17);
+ unless($ExtUtils::MakeMaker::VERSION >= 4.17);
WriteMakefile(CONFIGURE => \&initialize);