projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4403db
)
perldelta for 35995e5c
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 15 Sep 2013 02:36:18 +0000
(19:36 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 15 Sep 2013 02:36:18 +0000
(19:36 -0700)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
631a501
..
e963e04
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-834,6
+834,12
@@
references to objects with string overloading.
=item *
+Taking references to the return values of two C<pos> calls with the same
+argument, and then assigning a reference to one and C<undef> to the other,
+could result in assertion failures or memory leaks.
+
+=item *
+
Elements of C<@-> and C<@+> now update correctly when they refer to
nonexistent captures. Previously, a referenced element (C<$ref = \$-[1]>)
could refer to the wrong match after subsequent matches.