This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 5f213d9
authorFather Chrysostomos <sprout@cpan.org>
Tue, 13 Aug 2013 05:08:34 +0000 (22:08 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 13 Aug 2013 05:08:34 +0000 (22:08 -0700)
pod/perldelta.pod

index 1255932..a1c3eeb 100644 (file)
@@ -580,6 +580,11 @@ S<(C<${ qr// }>)> false as booleans.  This has been fixed.
 Perl 5.18.0 inadvertently made C<--> and C<++> crash on dereferenced
 regular expressions, and stopped C<++> from flattening vstrings.
 
+=item *
+
+C<bless> no longer dies with "Can't bless non-reference value" if its first
+argument is a tied reference.
+
 =back
 
 =head1 Known Problems