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:
79b30ab
)
perldelta for e68dd03a55
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 15 Nov 2013 13:31:22 +0000
(
05:31
-0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 15 Nov 2013 13:31:22 +0000
(
05:31
-0800)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index 8f915fd7929637816bae07463167abf7919f036f..332bb29d72e0c8bfb5b44e68db9c641efda3a443 100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-567,6
+567,11
@@
method assigns a subroutine to the same slot (C<*foo = sub {}>), C<$_[0]>
is no longer left pointing to a freed scalar. Now there is a memory leak
instead. :-(
+=item *
+
+C<s///>, C<tr///> and C<y///> now work when a wide character is used as the
+delimiter. [perl #120463]
+
=back
=head1 Known Problems