diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2020-12-22 10:57:59 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2020-12-22 10:57:59 +0000 |
commit | f2e5aa2da3e37a8c827b3cf964d88d27a39ebf3e (patch) | |
tree | 16242bbfa01b4990c45a42b0a2349e3660a58287 /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm | |
parent | 45d112b438bda9b5b1d59789449ba051a6dcf687 (diff) | |
download | perl-f2e5aa2da3e37a8c827b3cf964d88d27a39ebf3e.tar.gz |
Update ExtUtils-MakeMaker to CPAN version 7.58
[DELTA]
7.58 Mon 21 Dec 18:16:04 GMT 2020
No changes since v7.57_02
7.57_02 Fri 18 Dec 23:04:09 GMT 2020
Macosx fixes:
- Improve dlopen check on MacOS
7.57_01 Fri 18 Dec 13:30:30 GMT 2020
Macosx fixes:
- Use dlopen to check for library presence on Mac OS (Big Sur fix)
Bug fixes:
- check CPAN::Meta::Requirements capabilities rather than prereqs
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm')
-rw-r--r-- | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm index ebf2e3682d..cb6cb650e9 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm @@ -3,7 +3,7 @@ package ExtUtils::MM_DOS; use strict; use warnings; -our $VERSION = '7.56'; +our $VERSION = '7.58'; $VERSION =~ tr/_//d; require ExtUtils::MM_Any; |