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:
5de148e
)
perldelta - Document new test script
author
Steve Hay
<steve.m.hay@googlemail.com>
Mon, 20 Apr 2015 07:34:50 +0000
(08:34 +0100)
committer
Steve Hay
<steve.m.hay@googlemail.com>
Mon, 20 Apr 2015 07:34:50 +0000
(08:34 +0100)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
16b1f71
..
6dae05e
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-352,7
+352,10
@@
that they represent may be covered elsewhere.
=item *
-XXX
+F<t/porting/re_context.t> has been added to test that L<utf8> and its
+dependencies only use the subset of the C<$1..$n> capture vars that
+Perl_save_re_context() is hard-coded to localize, because that function has no
+efficient way of determining at runtime what vars to localize.
=back