From: Nicholas Clark Date: Sun, 20 Dec 2009 10:23:26 +0000 (+0000) Subject: Fix Pod errors in perl5113delta.pod. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1f5724d9cef367bf0da465162d6a9092c1aa173a;p=p5sagit%2Fp5-mst-13.2.git Fix Pod errors in perl5113delta.pod. --- 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, as L is merely a wrapper around L. +=over +=item Filehandles are blessed directly into C, as C is merely a wrapper around C. + +=back =head1 Core Enhancements @@ -236,6 +239,7 @@ here. Most of these are built within the directories F and F. 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 should go in L. The Pod specification (L) 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"section"E> has been marked as deprecated. L has been documented in L as a means to get conditional loading of modules despite the implicit BEGIN block around C. @@ -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