This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 41b1a11 :-)
authorFather Chrysostomos <sprout@cpan.org>
Mon, 19 Dec 2011 05:44:42 +0000 (21:44 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 19 Dec 2011 05:44:42 +0000 (21:44 -0800)
pod/perldelta.pod

index 9bc8edf..fede553 100644 (file)
@@ -52,13 +52,6 @@ The value returned by C<tied> on a tied variable is now the actual scalar
 that holds the object to which the variable is tied.  This allows ties to
 be weakened with C<Scalar::Util::weaken(tied $tied_variable)>.
 
-=head2 Lvalue C<scalar>
-
-C<scalar> can now be used as an lvalue.  You might consider this a new
-feature (which is why it is listed in this section), but the author of
-the change considered it a bug fix, since C<scalar> is only supposed to be
-setting scalar context, not changing lvalueness [perl #24346].
-
 =head1 Security
 
 XXX Any security-related notices go here.  In particular, any security