Almost the final updates to perl5115delta.pod
authorSteve Hay <steve.m.hay@googlemail.com>
Sat, 20 Feb 2010 15:41:36 +0000 (15:41 +0000)
committerSteve Hay <steve.m.hay@googlemail.com>
Sat, 20 Feb 2010 15:48:15 +0000 (15:48 +0000)
pod/perl5115delta.pod

index 714fb8a..d9cedc1 100644 (file)
@@ -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