diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2010-02-20 15:41:36 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2010-02-20 15:48:15 +0000 |
commit | 9b49dc400d59e69f15e3fb678ee168366d322633 (patch) | |
tree | 65f2b301a5b732175b71ea41667938dfdf7b5852 /pod/perl5115delta.pod | |
parent | 6de30207dfc8736cad6f0e7edb576895a6840bcb (diff) | |
download | perl-9b49dc400d59e69f15e3fb678ee168366d322633.tar.gz |
Almost the final updates to perl5115delta.pod
Diffstat (limited to 'pod/perl5115delta.pod')
-rw-r--r-- | pod/perl5115delta.pod | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/pod/perl5115delta.pod b/pod/perl5115delta.pod index 714fb8a99d..d9cedc16cd 100644 --- a/pod/perl5115delta.pod +++ b/pod/perl5115delta.pod @@ -40,10 +40,18 @@ Undefined version objects are now uninitialized with zero rather than C<undef>. =over 4 +=item C<B::Debug> + +Upgraded from version 1.11 to 1.12. + =item C<CPAN> Upgraded from version 1.94_53 to 1.94_56. +This resolves RT #72362, in which CPAN was ignoring C<configure_requires>, +and RT #72348, in which the command C<o conf init> 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<make> after C<make clean> to fail, fixing RT #72218. @@ -51,6 +59,17 @@ problem that caused C<make> after C<make clean> 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<prereq_data> action fails. + +=item C<Pod::Perldoc> + +Upgraded from version 3.15_01 to 3.15_02. + +=item C<Pod::Plainer> + +Upgraded from version 1.01 to 1.02. + =item C<Safe> 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<Deprecated character(s) in \\N{...} starting at '%s'> is +now issued. + +=item * + The warning C<Using just the first characters returned by \N{}> will be issued if the C<charnames> handler returns a sequence of characters which exceeds the limit of the number of characters that can be used. The message |