In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/b44599e0887245dbbe59018b78901326db7e230c?hp=39b0154ee4b6831e57d5cc7f5960145d9f573e80>
- Log ----------------------------------------------------------------- commit b44599e0887245dbbe59018b78901326db7e230c Author: Karl Williamson <[email protected]> Date: Sun Oct 19 08:57:26 2014 -0600 perlvar: Note a deprecation M pod/perlvar.pod commit 3ec9b05a393d3ad51dfb8f9d77ad1ee81bd63c4e Author: Karl Williamson <[email protected]> Date: Thu Oct 16 12:54:53 2014 -0600 perldelta: Typo, clarification M pod/perldelta.pod commit cdabe9084a81b5af2af029a3a34874d77467781b Author: Karl Williamson <[email protected]> Date: Fri Oct 17 15:20:07 2014 -0600 Update Stevan Little's email address M AUTHORS M Porting/checkAUTHORS.pl ----------------------------------------------------------------------- Summary of changes: AUTHORS | 2 +- Porting/checkAUTHORS.pl | 1 + pod/perldelta.pod | 5 +++-- pod/perlvar.pod | 3 ++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 38fdf36..4b059a6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1116,7 +1116,7 @@ Steve Pearlmutter Steve Peters <[email protected]> Steve Purkis <[email protected]> Steve Vinoski -Stevan Little <[email protected]> +Stevan Little <[email protected]> Steven Hirsch <[email protected]> Steven Knight <[email protected]> Steven Morlock <[email protected]> diff --git a/Porting/checkAUTHORS.pl b/Porting/checkAUTHORS.pl index 431ddb9..b33ec57 100755 --- a/Porting/checkAUTHORS.pl +++ b/Porting/checkAUTHORS.pl @@ -900,6 +900,7 @@ stef\100mongueurs.net stef\100payrard.net + s.payrard\100wanadoo.fr + properler\100freesurf.fr + stef\100francenet.fr +stevan\100cpan.org stevan.little\100iinteractive.com sthoenna\100efn.org ysth\100raven.shiftboard.com sisyphus1\100optusnet.com.au sisyphus\100cpan.org diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 07466ce..41d759c 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -392,8 +392,9 @@ C<< UNOP/SVOP >> to being C<< METHOD >>. =item * Locking and unlocking values via L<Hash::Util> or C<Internals::SvREADONLY> -no longer has any affect on values that are read-only to begin. Unlocking -such values could result in crashes, hangs or other erratic behaviour. +no longer has any effect on values that are read-only to begin. +Previously, unlocking such values could result in crashes, hangs or +other erratic behaviour. =item * diff --git a/pod/perlvar.pod b/pod/perlvar.pod index cd917af..1a070a1 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -14,7 +14,8 @@ C<::> or C<'>. In this case, the part before the last C<::> or C<'> is taken to be a I<package qualifier>; see L<perlmod>. Perl variable names may also be a sequence of digits or a single -punctuation or control character. These names are all reserved for +punctuation or control character (with the literal control character +form deprecated). These names are all reserved for special uses by Perl; for example, the all-digits names are used to hold data captured by backreferences after a regular expression match. Perl has a special syntax for the single-control-character -- Perl5 Master Repository
