In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/1f5724d9cef367bf0da465162d6a9092c1aa173a?hp=166777daa2e41f65b843f084dfa5f94c1c65f568>

- Log -----------------------------------------------------------------
commit 1f5724d9cef367bf0da465162d6a9092c1aa173a
Author: Nicholas Clark <n...@ccl4.org>
Date:   Sun Dec 20 10:23:26 2009 +0000

    Fix Pod errors in perl5113delta.pod.
-----------------------------------------------------------------------

Summary of changes:
 pod/perl5113delta.pod |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/pod/perl5113delta.pod b/pod/perl5113delta.pod
index b96b7bc..30cf010 100644
--- a/pod/perl5113delta.pod
+++ b/pod/perl5113delta.pod
@@ -20,8 +20,11 @@ XXX Any important notices here
 
 =head1 Incompatible Changes
 
-=item Filehandles are blessed directly into C<IO::Handle::>, as L<FileHandle/> 
is merely a wrapper around L<IO::Handle/>.
+=over
 
+=item Filehandles are blessed directly into C<IO::Handle::>, as C<FileHandle> 
is merely a wrapper around C<IO::Handle>.
+
+=back
 
 =head1 Core Enhancements
 
@@ -236,6 +239,7 @@ here. Most of these are built within the directories 
F<utils> and F<x2p>.
 XXX
 
     Perlbug no longer reports "Message sent" when it hasn't actually sent the 
message
+
 =back
 
 =head1 New Documentation
@@ -259,8 +263,8 @@ Any changes to F<pod/perldiag.pod> should go in L</New or 
Changed Diagnostics>.
 The Pod specification (L<perlpodspec>) has been updated to bring the
 specification in line with modern usage already supported by most Pod systems.
 A parameter string may now follow the format name in a "begin/end" region.
-Links to URIs with a text description are now allowed.  The usage of C<<
-L<"section"> >> has been marked as deprecated.
+Links to URIs with a text description are now allowed.  The usage of
+C<LE<lt>"section"E<gt>> has been marked as deprecated.
 
 L<if.pm|if> has been documented in L<perlfunc/use> as a means to get
 conditional loading of modules despite the implicit BEGIN block around C<use>.
@@ -352,6 +356,8 @@ no in answer to the interactive question.
 
 =back
 
+=back
+
 =head1 Selected Bug Fixes
 
 XXX Important bug fixes in the core language are summarised here.
@@ -626,10 +632,6 @@ commit adab996997d7ef1b54d382f5ab4304f438cd1dd0
     is empty.  The remaining scopes are due to fork() being
     called from within a BEGIN block.
 
-=item *
-
-
-
 commit 576b33a19ccaf98d4dfe201d529c55c3747f0cb6
 
     [rt.cpan.org #51574] Safe.pm sort {} bug accessing $a and $b with 
-Dusethreads

--
Perl5 Master Repository

Reply via email to