summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-04-21 06:18:43 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-04-21 06:18:43 -0700
commit7aa7425a2dbd5435c143492f708111520f1d1fac (patch)
tree130258215c418e8ee611e9dd482d864b40177874 /Porting
parentfb83b88487649f5ba949641d6e9d96aebb31e39e (diff)
downloadperl-7aa7425a2dbd5435c143492f708111520f1d1fac.tar.gz
perl5160delta: Rmv #88138
This is more-or-less covered by the embedded nulls section. I can’t see how to get the bug number in there in a way that is not misleading.
Diffstat (limited to 'Porting')
-rw-r--r--Porting/perl5160delta.pod6
1 files changed, 0 insertions, 6 deletions
diff --git a/Porting/perl5160delta.pod b/Porting/perl5160delta.pod
index 28be5372b2..0a622e25a4 100644
--- a/Porting/perl5160delta.pod
+++ b/Porting/perl5160delta.pod
@@ -3248,12 +3248,6 @@ inside a C<while> condition [perl #90888].
=item *
-An ASCII single quote (') in a symbol name is meant to be equivalent to a
-double colon (::) except at the end of the name. It was not equivalent if
-followed by a null character, but now it is [perl #88138].
-
-=item *
-
The abbreviations for four C1 control characters C<MW> C<PM>, C<RI>, and
C<ST> were previously unrecognized by C<\N{}>, vianame(), and
string_vianame().