From: Jesse Vincent Date: Thu, 25 Mar 2010 14:28:27 +0000 (-0400) Subject: Perldelta proofreading fixes from Zefram in X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e014eb68559fa27ccb09cba7633eae6ea5936113;p=p5sagit%2Fp5-mst-13.2.git Perldelta proofreading fixes from Zefram in Message-Id: <20100322120613.GC19877@lake.fysh.org> --- diff --git a/pod/perl5120delta.pod b/pod/perl5120delta.pod index 49f8062..9b1776b 100644 --- a/pod/perl5120delta.pod +++ b/pod/perl5120delta.pod @@ -52,7 +52,7 @@ As it requires VERSION to be a numeric literal or v-string literal, it can be statically parsed by toolchain modules without C the way MM-Eparse_version does for C<$VERSION = ...> -=item * +=back It does not break old code with only C, but code that uses C will need to be restricted to perl 5.12.0 or newer @@ -60,7 +60,6 @@ This is analogous to the change to C from two-args to three-args. Users requiring the latest Perl will benefit, and perhaps after several years, it will become a standard practice. -=back However, C requires a new, 'strict' version number format. See L<"Version number formats"> for details. @@ -2276,7 +2275,7 @@ search path. =item * F no longer incorrectly treats enum values like macros (Daniel Burr). -It also now handles C++ style constants (C) properly in enums. (A patch from +It also now handles C++ style comments (C) properly in enums. (A patch from Rainer Weikusat was used; Daniel Burr also proposed a similar fix). =item * @@ -2306,7 +2305,8 @@ out F. It will make the developers smile. =item * Perl's developers have fixed bugs in F having to do with the -C operator in list context. +C operator in list context. Additionally, F no longer +generates code that uses the C<$[> variable. =back