From: Nicholas Clark Date: Mon, 24 Aug 2009 17:00:27 +0000 (+0100) Subject: Correct some 5.10.1s that should be 5.11.0, and one 5.10.2 to 5.11.1. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3141b5e10b2d1ed61f16ede0bc7fbf4f2839b14d;p=p5sagit%2Fp5-mst-13.2.git Correct some 5.10.1s that should be 5.11.0, and one 5.10.2 to 5.11.1. --- diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod index 9890750..a301bea 100644 --- a/pod/perl5110delta.pod +++ b/pod/perl5110delta.pod @@ -207,14 +207,14 @@ C now returns undef. =head2 Unicode Character Database 5.1.0 -The copy of the Unicode Character Database included in Perl 5.10.1 has +The copy of the Unicode Character Database included in Perl 5.11.0 has been updated to 5.1.0 from 5.0.0. See L for the notable changes. =head2 A proper interface for pluggable Method Resolution Orders -As of Perl 5.10.1 there is a new interface for plugging and using method +As of Perl 5.11.0 there is a new interface for plugging and using method resolution orders other than the default (linear depth first search). The C3 method resolution order added in 5.10.0 has been re-implemented as a plugin, without changing its Perl-space interface. See L for @@ -1002,7 +1002,7 @@ reporting the bug directly to upstream. =item F -Perl 5.10.1 added a new utility F, which is a variant of +Perl 5.11.0 added a new utility F, which is a variant of F, but for sending non-bug-reports to the authors and maintainers of Perl. Getting nothing but bug reports can become a bit demoralising: we'll see if this changes things. @@ -1125,7 +1125,7 @@ become extensions in their own right, so if you run F with options to specify an exact list of extensions to build, you will need to change it to account for this. -For 5.10.2, it is planned that many dual-life modules will have been moved +For 5.11.1, it is planned that many dual-life modules will have been moved from F to F; again this will have no effect on an installed perl, but will matter if you invoke F with a pre-canned list of extensions to build.