In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/6d96b0feee1ce702c05e949e3136496b7de1c253?hp=340a2f445163cea6a1888123fca6cdf5f47a95b3>
- Log ----------------------------------------------------------------- commit 6d96b0feee1ce702c05e949e3136496b7de1c253 Author: Florian Ragwitz <[email protected]> Date: Wed Mar 9 21:17:08 2011 +0100 A couple of perldelta updates It's still far from being complete :-/ ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7241eed..5aa4cb4 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -96,6 +96,10 @@ XXX =item * +C<base> has been upgraded from version 2.15 to 2.16. + +=item * + C<CPANPLUS> has been upgraded from version 0.9101 to 0.9102 =item * @@ -130,7 +134,7 @@ C<Locale::Codes> has been upgraded from version 3.15 to 3.16 =item * -C<Math::BigInt> has been upgraded from version 1.992 to 1.993 +C<Math::BigInt> has been upgraded from version 1.992 to 1.994 =item * @@ -273,7 +277,17 @@ XXX Newly added diagnostic messages go here =item * -XXX +Regexp modifier "/%c" may not appear twice + +(F syntax) The regular expression pattern had one of the mutually exclusive +modifiers repeated. Remove all but one of the occurrences. + +=item * + +Regexp modifiers "/%c" and "/%c" are mutually exclusive + +(F syntax) The regular expression pattern had more than one of the mutually +exclusive modifiers. Retain only the modifier that is supposed to be there. =back -- Perl5 Master Repository
