From fd0eba1997caf19767d67b8336533666df3fea90 Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Fri, 12 Nov 2010 20:57:00 +0000 Subject: [PATCH] Update Maintainers.pl and perldelta.pod for Storable update. --- Porting/Maintainers.pl | 2 +- pod/perldelta.pod | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 99d6400..bc030cc 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1247,7 +1247,7 @@ use File::Glob qw(:case); 'Storable' => { 'MAINTAINER' => 'ams', - 'DISTRIBUTION' => 'AMS/Storable-2.21.tar.gz', + 'DISTRIBUTION' => 'AMS/Storable-2.24.tar.gz', 'FILES' => q[dist/Storable], 'EXCLUDED' => [ qr{^t/Test/} ], 'UPSTREAM' => 'blead', diff --git a/pod/perldelta.pod b/pod/perldelta.pod index fcc69cb..994effe 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -450,6 +450,12 @@ C has been upgraded from 1.90 to 1.91. =item * +C has been upgraded from 2.22 to 2.24 + +Includes performance improvement for overloaded classes. + +=item * + C has been upgraded from 1.13 to 1.14. =item * -- 2.7.4