This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for d6851fe9ee8e
authorTony Cook <tony@develop-help.com>
Wed, 8 Feb 2017 03:56:10 +0000 (14:56 +1100)
committerTony Cook <tony@develop-help.com>
Wed, 8 Feb 2017 03:56:10 +0000 (14:56 +1100)
pod/perldelta.pod

index 9bb6670..290a14d 100644 (file)
@@ -367,6 +367,12 @@ pointers to the old buffer.  [perl #129190]
 Supplying a glob as the format argument to L<perlfunc/formline> would
 cause an assertion failure.  [perl #130722]
 
+=item *
+
+Code like C< $value1 =~ qr/.../ ~~ $value2 > would have the match
+converted into a qr// operator, leaving extra elements on the stack to
+confuse any surrounding expression.  [perl #130705]
+
 =back
 
 =head1 Known Problems