This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6851fe
)
perldelta for d6851fe9ee8e
author
Tony Cook
<tony@develop-help.com>
Wed, 8 Feb 2017 03:56:10 +0000
(14:56 +1100)
committer
Tony Cook
<tony@develop-help.com>
Wed, 8 Feb 2017 03:56:10 +0000
(14:56 +1100)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
9bb6670
..
290a14d
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-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