From: Rafael Garcia-Suarez Date: Sun, 10 Jan 2010 14:34:44 +0000 (+0100) Subject: Perldelta presentation nits X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=205b2220b8cd28d9e06815b5fcb907ef23c5b606;p=p5sagit%2Fp5-mst-13.2.git Perldelta presentation nits --- diff --git a/pod/perl5113delta.pod b/pod/perl5113delta.pod index bdc7061..bee6697 100644 --- a/pod/perl5113delta.pod +++ b/pod/perl5113delta.pod @@ -13,16 +13,11 @@ the L, which describes differences between 5.11.1 and =head1 Incompatible Changes -=over - -=item Filehandles are blessed directly into C, as C is merely a wrapper around C. +=head2 Filehandles are blessed directly into C, as C is merely a wrapper around C. The previous behaviour was to bless Filehandles into L (an empty proxy class) if it was loaded into memory and otherwise -to bless them into C. - - -=back +to bless them into C. =head1 Core Enhancements @@ -216,7 +211,7 @@ Upgraded from version 0.34 to 0.36. =item C -Upgraded from version 1.94_51 to 1.94_5301, which is 1.94_53 on CPAN +Upgraded from version 1.94_51 to 1.94_5301, which is 1.94_53 on CPAN plus some local fixes for bleadperl. Includes better bzip2 support, improved FirstTime experience with @@ -255,8 +250,8 @@ Upgraded from version 2.23 to 2.24. =item C -Upgraded from version 1.18 to 1.19. Error codes for C and C are now -available. +Upgraded from version 1.18 to 1.19. Error codes for C and +C are now available. =item C @@ -311,7 +306,7 @@ conditional loading of modules despite the implicit BEGIN block around C. =item * -Always add a manifest resource to C to specify the +Always add a manifest resource to C to specify the C settings for Windows Vista and later. Without this setting Windows will treat C as a legacy application and apply various heuristics like redirecting access to protected file system areas @@ -393,12 +388,13 @@ device and printers like "lpt1". =item * -Fixed a regression caused by commit fafafbaf which caused a panic during parameter passing [perl #70171] - +Fixed a regression caused by commit fafafbaf which caused a panic during +parameter passing [perl #70171] =item * -On systems which in-place edits without backup files, -i'*' now works as the documentation says it does [perl #70802] +On systems which in-place edits without backup files, -i'*' now works as +the documentation says it does [perl #70802] =item * @@ -433,7 +429,8 @@ C<$@> may now be assigned a read-only value (without error or busting the stack) =item * -C called recursively from within an active comparison subroutine no longer causes a bus error if run multiple times. [perl #71076] +C called recursively from within an active comparison subroutine no +longer causes a bus error if run multiple times. [perl #71076] =back @@ -457,7 +454,7 @@ can now do to suppress only those, but not other syntax-related warnings. Warnings where prototypes are changed, ignored, or not met are still in the C -category as before. +category as before. (Matt S. Trout) =item * @@ -466,8 +463,8 @@ C now warns when called in void context =item * -C-style functions called with too few arguments will now issue the warning C<"Missing argument in %s"> [perl #71000] - +C-style functions called with too few arguments will now issue the +warning C<"Missing argument in %s"> [perl #71000] =back