diff options
author | Todd Rinaldo <toddr@cpan.org> | 2021-04-16 15:33:27 -0500 |
---|---|---|
committer | Todd Rinaldo <toddr@cpan.org> | 2021-04-19 22:08:11 -0500 |
commit | 548d3fb413042c9a4abb6ba7adea0c7b450107f2 (patch) | |
tree | e26a016dcd5b1ff9214c903339f55349c5754e5a /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm | |
parent | 560297da64661201c4cb1fec0b565abc60ca51c4 (diff) | |
download | perl-548d3fb413042c9a4abb6ba7adea0c7b450107f2.tar.gz |
Update ExtUtils-MakeMaker to CPAN version 7.62
[DELTA]
7.62 Tue 13 Apr 18:58:24 BST 2021
No changes since v7.61_01
7.61_01 Sun 21 Mar 09:24:57 GMT 2021
Bug fixes:
- Use shellwords in ExtUtils::Liblist::Kid::_unix_os2_ext
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm')
-rw-r--r-- | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm index decd89dbd5..475711278c 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm @@ -2,7 +2,7 @@ package ExtUtils::MM_QNX; use strict; use warnings; -our $VERSION = '7.60'; +our $VERSION = '7.62'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; |