In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/ed2b02642a84b0315c0e7a3d37c7f73fc1066e9b?hp=df67a34a189349ae842b21368751de0ba50f5cf3>
- Log ----------------------------------------------------------------- commit ed2b02642a84b0315c0e7a3d37c7f73fc1066e9b Author: Steve Hay <[email protected]> Date: Wed Aug 15 14:51:09 2012 +0100 perldelta Remove duplicate note about B::Concise, fix a typo and note that Module-Pluggable is now upgraded. ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 825f99c..ec6f10c 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -125,11 +125,9 @@ namespace and available for export. The default export list has not changed. =item * L<B::Concise> has been upgraded from version 0.91 to 0.92. The C<-nobanner> -option has been fixed, and C<format>s can now be dumped. - -B::Concise can now dump formats. When passed a sub name to dump, it will -check also to see whether it is the name of a format. If a sub and a -format share the same name, it will dump both. +option has been fixed, and C<format>s can now be dumped. When passed a sub +name to dump, it will check also to see whether it is the name of a format. If +a sub and a format share the same name, it will dump both. =item * @@ -196,6 +194,10 @@ by about 40%. =item * +L<Module::Pluggable> has been upgraded from version 4.0 to 4.2. XXX TODO + +=item * + L<Pod::Simple> has been upgraded from version 3.20 to 3.23. Numerous improvements have been made, mostly to Pod::Simple::XHTML, which also has a compatibility change: the C<codes_in_verbatim> option is now disabled by @@ -233,7 +235,7 @@ modified slightly for reasons of perl internal use only. =item * L<Win32> has been upgraded from version 0.44 to 0.45. New APIs have been added -for getting setting the current code page. +for getting and setting the current code page. =item * -- Perl5 Master Repository
