Perldelta up to 5e96eee9
authorFlorian Ragwitz <rafl@debian.org>
Tue, 11 Sep 2012 14:53:37 +0000 (10:53 -0400)
committerFlorian Ragwitz <rafl@debian.org>
Tue, 11 Sep 2012 14:53:37 +0000 (10:53 -0400)
pod/perldelta.pod

index f9b818e..c1854b4 100644 (file)
@@ -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