diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2022-12-25 12:27:09 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2022-12-25 12:27:09 +0000 |
commit | ec6ac1d565a7f304820bd5a592418cc94d96f91d (patch) | |
tree | e074c68bf951e3a93eec20c6705600c861105d5a /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Locale.pm | |
parent | d0e654bb3e083eaf333adea18f5ca3591fee4cce (diff) | |
download | perl-ec6ac1d565a7f304820bd5a592418cc94d96f91d.tar.gz |
Update ExtUtils-MakeMaker to CPAN version 7.66
[DELTA]
7.66 Sun 25 Dec 08:47:54 GMT 2022
No changes since v7.65_03
7.65_03 Sat 24 Dec 00:14:35 GMT 2022
Bug fixes:
- Reverted "Return hint file loading to quoted eval" introduced with
v7.47_11
- Implement tempdir() logic for parallel tests
7.65_02 Fri 22 Jul 13:44:57 BST 2022
Bug fixes:
- Don't use rpath for macOS <= 10.4
- Only include existent directories in libpath
- Silence spurious warning when a postamble returns undef
7.65_01 Mon 30 May 10:44:31 BST 2022
Doc fixes:
- use Test::More rather than Test.pm in FAQ example
- fix typos using WriteMakeFile rather than WriteMakefile
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Locale.pm')
-rw-r--r-- | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Locale.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Locale.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Locale.pm index e4625e3330..aa30d67459 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Locale.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Locale.pm @@ -2,7 +2,7 @@ package ExtUtils::MakeMaker::Locale; use strict; use warnings; -our $VERSION = "7.64"; +our $VERSION = "7.66"; $VERSION =~ tr/_//d; use base 'Exporter'; |