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

index 4f49fee..1255932 100644 (file)
@@ -575,6 +575,11 @@ cases where C<SvPV> would.
 Perl 5.18.0 inadvertently made dereferenced regular expressions
 S<(C<${ qr// }>)> false as booleans.  This has been fixed.
 
+=item *
+
+Perl 5.18.0 inadvertently made C<--> and C<++> crash on dereferenced
+regular expressions, and stopped C<++> from flattening vstrings.
+
 =back
 
 =head1 Known Problems