summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorAristotle Pagaltzis <pagaltzis@gmx.de>2022-08-14 19:35:41 +0000
committerJames E Keenan <jkeenan@cpan.org>2022-08-17 08:20:19 -0400
commit9c811e448b4468014d49999f6826d6d3f0ad2b21 (patch)
treefdf4c22b66630ebf974ed7d9c6b5c0d68d05eeca /Porting
parent9fdd7fc4796d89d16dceea42f2af91e4fde296ed (diff)
downloadperl-9c811e448b4468014d49999f6826d6d3f0ad2b21.tar.gz
Memoize: sync with CPAN version 1.10
From Changes: 1.10 Thu 11 Aug 2022 * No warning when NORMALIZER returns undef (RT #143921). This was a backcompat breakage in 1.09 1.09 Sun 31 Jul 2022 * Skip for thread safety tests on Perl 5.10.0 * Drastically improved Memoized::NDBM_File EXISTS shim * Minimum Perl version set at 5.6 * Removal of Memoize::ExpireTest and Memoize::ExpireFile 1.08 Thu 28 Jul 2022 * Skip for thread safety tests on unthreaded perls 1.07 Thu 28 Jul 2022 * Thread safety (RT #21707) * Support for reference values in Memoize::Expire (RT #38344) * Support for iterating tied Memoize::Expire hashes (RT #124507) * Advisory locking in Memoize::Storable (RT #133859) 1.06 Wed 27 Jul 2022 * Deprecation of Memoize::SDBM_File * Test fixes 1.05 Sun 24 Jul 2022 * Actual implementation of the HASH option of Memoize::Expire (RT #18171, Eric Brine) * Vim modeline in Expire.pm (RT #38785, Moritz Lenz) * Fix for minor memory leak in unmemoize() (RT #52819, Joshua I. Miller) * Actual implementation of the 'nstore' option of Memoize::Storable (RT #77790, Jonathan Nieder) * Fix for broken LIST_CACHE => MERGE option in memoize() (RT #91927, Slaven Rezic) 1.04 Fri 22 Jul 2022 * No removal of . from @INC during TIE module load. The module load is not optional, so the . removal was mistaken * Properly overridable $Memoize::Expire::DEBUG (RT #133860, Slaven Rezic). Previously it would get reset the module was loaded * Correct INSTALLDIRS for installation on pre-5.12 perls (RT #63935) * Documentation fixes (David Steinbrunner, Dominic Hargreaves, Slaven Rezic, Glenn Fowler) Committer: * Remove CUSTOMIZED entry for Memoize in Porting/Maintainers.pl. * Update upstream maintainer. * On CPAN, Memoize now distributed as '.tar.gz'.
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl12
1 files changed, 1 insertions, 11 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 65120573a5..c20976e31b 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -821,19 +821,9 @@ use File::Glob qw(:case);
},
'Memoize' => {
- 'DISTRIBUTION' => 'MJD/Memoize-1.03.tgz',
+ 'DISTRIBUTION' => 'ARISTOTLE/Memoize-1.10.tar.gz',
'FILES' => q[cpan/Memoize],
'EXCLUDED' => ['article.html'],
- 'CUSTOMIZED' => [
- # CVE-2016-1238
- qw( Memoize.pm ),
-
- # CPAN RT 108382
- qw( t/expmod_t.t t/speed.t ),
-
- # CPAN RT 139736
- qw( t/errors.t t/tie_gdbm.t ),
- ],
},
'MIME::Base64' => {