summaryrefslogtreecommitdiff
path: root/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2019-09-13 13:30:12 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2019-09-13 13:30:12 +0100
commit9bbd51b76a290c5324a1ca7fb9d3ca23909f36d3 (patch)
tree0e8090d007d556c4616c50b125f3e0dc1fc35f6d /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm
parent238965b4f5bba9e8e2693c09675ca8a1a49a4ec7 (diff)
downloadperl-9bbd51b76a290c5324a1ca7fb9d3ca23909f36d3.tar.gz
Update ExtUtils-MakeMaker to CPAN version 7.38
[DELTA] 7.38 Wed 11 Sep 10:01:46 BST 2019 No changes since v7.37_04 7.37_04 Thu 22 Aug 15:20:34 BST 2019 Bug fixes: - Fix static linking on macOS 7.37_03 Sat Aug 3 12:37:29 BST 2019 Enhancements: - Improved mandoc section detection 7.37_02 Thu Jun 27 11:10:39 BST 2019 Test fixes: - Fix test failures in 02-xsdynamic.t on Android native builds Github issue #337 7.37_01 Fri Jun 7 11:21:39 BST 2019 Test fixes: - [rt.cpan.org #129763] fixed test errors with latest Pod::Simple
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm')
-rw-r--r--cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm
index 73f9e10893..4ec7414cb5 100644
--- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm
+++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm
@@ -3,7 +3,7 @@ package ExtUtils::MY;
use strict;
require ExtUtils::MM;
-our $VERSION = '7.36';
+our $VERSION = '7.38';
$VERSION =~ tr/_//d;
our @ISA = qw(ExtUtils::MM);