From: Nicholas Clark Date: Mon, 14 Sep 2009 14:40:06 +0000 (+0100) Subject: Document the mro improvments. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f7fa84391d462e1103bb223df3a2a79dd15526ff;p=p5sagit%2Fp5-mst-13.2.git Document the mro improvments. --- diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod index d3eb62c..db13eb5 100644 --- a/pod/perl5110delta.pod +++ b/pod/perl5110delta.pod @@ -454,6 +454,15 @@ Upgraded from version 1.06 to 1.07. See L pragma"> above. +=item C + +Upgraded from version 1.00 to 1.01. Performance for single inheritance is 40% +faster - see L below. + +C is now implemented as an XS extension. The documented interface has not +changed. Code relying on the implementation detail that some C +methods happened to be available at all times gets to "keep both pieces". + =item C Upgraded from version 0.74 to 0.77.