summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2011-01-08 14:00:25 -0500
committerRicardo Signes <rjbs@cpan.org>2011-01-08 14:00:25 -0500
commit36d6fff008c20a6fad8988e868b1f309598a0e15 (patch)
treed3b42a769cbd3e93e10addef75a60f1e37a15fd5
parent05571b730ab4be3bed6df4217c897bbaddebc6b3 (diff)
downloadperl-36d6fff008c20a6fad8988e868b1f309598a0e15.tar.gz
perldelta for cherry-picks since last update
-rw-r--r--pod/perl5123delta.pod13
1 files changed, 13 insertions, 0 deletions
diff --git a/pod/perl5123delta.pod b/pod/perl5123delta.pod
index 8f3857d443..e6d811feb4 100644
--- a/pod/perl5123delta.pod
+++ b/pod/perl5123delta.pod
@@ -27,10 +27,23 @@ You can now use the C<keys>, C<values>, C<each> builtin functions on arrays
This is actually a change introduced in perl 5.12.0, but it was missed from
that release's perldelta.
+=head1 Bug Fixes
+
+"no VERSION" will now correctly deparse with B::Deparse.
+
+Module::Build should be more reliably pass its tests under cygwin.
+
+lvalue sub return values are now COW.
+
=head1 Platform Specific Notes
=over 4
+=item Solaris
+
+A separate DTrace is now build for miniperl, which means that perl can be
+compiled with -Dusedtrace on Solaris again.
+
=item VMS
A number of regressions on VMS have been fixed. In addition to minor cleanup