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

index a1c3eeb..e0b5eb7 100644 (file)
@@ -585,6 +585,13 @@ regular expressions, and stopped C<++> from flattening vstrings.
 C<bless> no longer dies with "Can't bless non-reference value" if its first
 argument is a tied reference.
 
+=item *
+
+C<reset> with an argument no longer skips copy-on-write scalars, regular
+expressions, typeglob copies, and vstrings.  Also, when encountering those
+or read-only values, it no longer skips any array or hash with the same
+name.
+
 =back
 
 =head1 Known Problems