summaryrefslogtreecommitdiff
path: root/Porting/Maintainers.pl
diff options
context:
space:
mode:
authorTodd Rinaldo <toddr@cpan.org>2022-10-19 17:42:37 +0000
committerTodd Rinaldo <toddr@cpan.org>2022-10-19 14:46:03 -0500
commitcc628f28ad0caa0a2e6c5a5c8df402f100259a6f (patch)
tree3e6632e5285d25f15b26717f9767414eb4ecbc48 /Porting/Maintainers.pl
parent4e5f10080fe14012dab536cbfaf12b9d775a4412 (diff)
downloadperl-cc628f28ad0caa0a2e6c5a5c8df402f100259a6f.tar.gz
Update Memoize to CPAN version 1.14
[DELTA] 1.14 Sun 16 Oct 2022 * No recursion depth warning from the Memoize wrapper function. This was a backcompat breakage in 1.09 1.13 Tue 30 Aug 2022 * No functional changes * Further test fixes 1.12 Mon 29 Aug 2022 * No functional changes * Test fixes 1.11 Sun 28 Aug 2022 * Large test suite refactor * Additional tests * Updated packaging and package metadata
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-xPorting/Maintainers.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 3b5d627c35..99e6b65c0f 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -815,7 +815,7 @@ use File::Glob qw(:case);
},
'Memoize' => {
- 'DISTRIBUTION' => 'ARISTOTLE/Memoize-1.10.tar.gz',
+ 'DISTRIBUTION' => 'ARISTOTLE/Memoize-1.14.tar.gz',
'FILES' => q[cpan/Memoize],
'EXCLUDED' => ['article.html'],
},