perldelta for e68dd03a55
authorFather Chrysostomos <sprout@cpan.org>
Fri, 15 Nov 2013 13:31:22 +0000 (05:31 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 15 Nov 2013 13:31:22 +0000 (05:31 -0800)
pod/perldelta.pod

index 8f915fd7929637816bae07463167abf7919f036f..332bb29d72e0c8bfb5b44e68db9c641efda3a443 100644 (file)
@@ -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