mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
MakeMaker's version number is in VERSION and not Version in later versions
of perl.
This commit is contained in:
parent
09294bd979
commit
0cd86d3ba2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19234
1 changed files with 11 additions and 0 deletions
11
devel/p5-TraceFuncs/files/patch-aa
Normal file
11
devel/p5-TraceFuncs/files/patch-aa
Normal 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);
|
||||
|
Loading…
Add table
Reference in a new issue