In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/2cf99697feecc07b96f3c6ddcb17cc490d0fc647?hp=ab5c89ab2dff2722db40c991ab772b028f2b4ed8>
- Log ----------------------------------------------------------------- commit 2cf99697feecc07b96f3c6ddcb17cc490d0fc647 Author: Tony Cook <[email protected]> Date: Wed Jul 24 16:08:48 2013 +1000 perldelta for ab5c89ab2 ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 0b61239..ebf356b 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -132,6 +132,13 @@ L<Data::Dumper> has been upgraded from version 2.147 to 2.148. The compatbility of the XS implementation with the pure perl version under C<Useqq> has been improved. [perl #118933] +=item * + +L<Storable> has been upgraded from version 2.45 to 2.46. + +Avoid creating temporary objects for STORABLE_attach when they aren't +required. [perl #118907] + =back =head2 Removed Modules and Pragmata -- Perl5 Master Repository
