summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2012-09-11 10:53:37 -0400
committerFlorian Ragwitz <rafl@debian.org>2012-09-11 10:53:37 -0400
commiteebee32b49281abb6abcaa314554f9e68fe30439 (patch)
tree1284d027452fa2b89d138b61d18e110adf19b36f
parent5e96eee94e0be703b0bb5033d98bbeac99dbbf88 (diff)
downloadperl-eebee32b49281abb6abcaa314554f9e68fe30439.tar.gz
Perldelta up to 5e96eee9
-rw-r--r--pod/perldelta.pod10
1 files changed, 10 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index f9b818e8f8..c1854b4475 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -250,6 +250,12 @@ length scalars being passed in.
=item *
+L<Storable> has been upgraded from version 2.38 to 2.39. This contains Various
+bugfixes, including compatibility fixes for older versions of Perl and vstring
+handling.
+
+=item *
+
L<threads::shared> has been upgraded from version 1.40 to 1.41. This adds the
option to warn about or ignore attempts to clone structures that can't be
cloned, as opposed to just unconditionally dying in that case.
@@ -459,6 +465,10 @@ In Configure, avoid running sed commands with flags not supported on Solaris.
Stop hardcoding an alignment on 8 byte boundaries to fix builds using
-Dusemorebits.
+=item VMS
+
+Fix linking on builds configured with -Dusemymalloc=y.
+
=back
=head1 Internal Changes