In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/5302cd271f8c7e7601b4a8eb2e5b1a52c146b8a3?hp=c79dccf4f11f581397ffb75057a14e1e2efdb530>
- Log ----------------------------------------------------------------- commit 5302cd271f8c7e7601b4a8eb2e5b1a52c146b8a3 Author: Father Chrysostomos <[email protected]> Date: Thu Nov 20 21:39:55 2014 -0800 Sort perldiag Also change a comma to a semicolon, two independent clauses were joined with a comma. ----------------------------------------------------------------------- Summary of changes: pod/perldiag.pod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 67e39dc..a369a70 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -5219,6 +5219,11 @@ didn't think so. forget to check the return value of your socket() call? See L<perlfunc/setsockopt>. +=item Setting ${^ENCODING} is deprecated + +(D deprecated) You assiged a non-C<undef> value to C<${^ENCODING}>. +This is deprecated; see C<L<perlvar/${^ENCODING}>> for details. + =item Setting $/ to a reference to %s as a form of slurp is deprecated, treating as undef (D deprecated) You assigned a reference to a scalar to C<$/> where the @@ -5243,11 +5248,6 @@ a positive integer, where the integer was the address of the reference. As of Perl 5.20.0 this is a fatal error, to allow future versions of Perl to use non-integer refs for more interesting purposes. -=item Setting ${^ENCODING} is deprecated - -(D deprecated) You assiged a non-C<undef> value to C<${^ENCODING}>. -This is deprecated, see C<L<perlvar/${^ENCODING}>> for details. - =item shift on reference is experimental (S experimental::autoderef) C<shift> with a scalar argument is experimental -- Perl5 Master Repository
