[perl-extutils-depends: 6/7] add EUMM dep that does not need static_lib hack




commit fed7ba2a013e11b74565770cc11f01e11e5097f3
Author: Ed J <mohawk2 users noreply github com>
Date:   Mon Apr 19 22:34:35 2021 +0100

    add EUMM dep that does not need static_lib hack

 Makefile.PL | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/Makefile.PL b/Makefile.PL
index e8ee529..bdfe6ef 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -8,6 +8,7 @@ my %prereqs = (
        'File::Spec' => 0,
        'Data::Dumper' => 0,
        'IO::File' => 0,
+       'ExtUtils::MakeMaker' => '7.44', # no need for Win32 static_lib hack
 );
 
 my %meta_merge = (


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]