From: Steve Hay Date: Sat, 20 Feb 2010 15:41:36 +0000 (+0000) Subject: Almost the final updates to perl5115delta.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b49dc400d59e69f15e3fb678ee168366d322633;p=p5sagit%2Fp5-mst-13.2.git Almost the final updates to perl5115delta.pod --- diff --git a/pod/perl5115delta.pod b/pod/perl5115delta.pod index 714fb8a..d9cedc1 100644 --- a/pod/perl5115delta.pod +++ b/pod/perl5115delta.pod @@ -40,10 +40,18 @@ Undefined version objects are now uninitialized with zero rather than C. =over 4 +=item C + +Upgraded from version 1.11 to 1.12. + =item C Upgraded from version 1.94_53 to 1.94_56. +This resolves RT #72362, in which CPAN was ignoring C, +and RT #72348, in which the command C in the CPAN shell could +cause an exception to be thrown. + This module is also now built in a less specialized way, which resolves a problem that caused C after C to fail, fixing RT #72218. @@ -51,6 +59,17 @@ problem that caused C after C to fail, fixing RT #72218. Upgraded from version 0.44 to 0.46. +This makes the prereq resolving fall back to F<_build/> querying if the +C action fails. + +=item C + +Upgraded from version 3.15_01 to 3.15_02. + +=item C + +Upgraded from version 1.01 to 1.02. + =item C Upgraded from version 2.21 to 2.22. @@ -189,6 +208,14 @@ cause the fatal error C<\\N in a character class must be a named character: =item * +The rules on what is legal for the C<...> in C<\N{...}> have been tightened +up so that unless the C<...> begins with an alphabetic character and continues +with a combination of alphanumerics, dashes, spaces, parentheses or colons +then the warning C is +now issued. + +=item * + The warning C will be issued if the C handler returns a sequence of characters which exceeds the limit of the number of characters that can be used. The message