In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/dd73cf18925e32a75c77fd20b406e6bcea3fc198?hp=d46f021e36854e800770363f716e7b4a846102ef>
- Log ----------------------------------------------------------------- commit dd73cf18925e32a75c77fd20b406e6bcea3fc198 Author: Ricardo Signes <[email protected]> Date: Sat Mar 23 16:34:03 2013 -0400 fix a missed s/deprecated/experimental/ for my $_ ----------------------------------------------------------------------- Summary of changes: pod/perlvar.pod | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 5b9b056..286ea26 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -155,8 +155,10 @@ actually causes more problems than it solves. If you call a function that expects to be passed information via C<$_>, it may or may not work, depending on how the function is written, there not being any easy way to solve this. Just avoid lexical C<$_>, unless you are feeling particularly -masochistic. For this reason lexical C<$_> is deprecated and will produce -a warning unless warnings have been disabled. +masochistic. For this reason lexical C<$_> is still experimental and will +produce a warning unless warnings have been disabled. As with other +experimental features, the behavior of lexical C<$_> is subject to change +without notice, including change into a fatal error. Mnemonic: underline is understood in certain operations. -- Perl5 Master Repository
