summaryrefslogtreecommitdiff
path: root/pod/perl5110delta.pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-14 15:40:06 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-14 15:40:06 +0100
commitf7fa84391d462e1103bb223df3a2a79dd15526ff (patch)
treee25247c66dd54b57763e702a3c1734f9d4562241 /pod/perl5110delta.pod
parent7a4b5c08c57dd1d5e718bebd7ef8aa508e0125e0 (diff)
downloadperl-f7fa84391d462e1103bb223df3a2a79dd15526ff.tar.gz
Document the mro improvments.
Diffstat (limited to 'pod/perl5110delta.pod')
-rw-r--r--pod/perl5110delta.pod9
1 files changed, 9 insertions, 0 deletions
diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod
index d3eb62ce52..db13eb5db3 100644
--- a/pod/perl5110delta.pod
+++ b/pod/perl5110delta.pod
@@ -454,6 +454,15 @@ Upgraded from version 1.06 to 1.07.
See L</"The C<overloading> pragma"> above.
+=item C<mro>
+
+Upgraded from version 1.00 to 1.01. Performance for single inheritance is 40%
+faster - see L</"Performance Enhancements"> below.
+
+C<mro> is now implemented as an XS extension. The documented interface has not
+changed. Code relying on the implementation detail that some C<mro::>
+methods happened to be available at all times gets to "keep both pieces".
+
=item C<version>
Upgraded from version 0.74 to 0.77.