perl5160delta: Another regexp bug
authorFather Chrysostomos <sprout@cpan.org>
Sat, 21 Apr 2012 13:20:17 +0000 (06:20 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 21 Apr 2012 13:20:17 +0000 (06:20 -0700)
It’s not specific to regexps, but it’s close enough.

Porting/perl5160delta.pod

index 0a622e2..1ea6152 100644 (file)
@@ -2001,6 +2001,12 @@ The C<\h>, C<\H>, C<\v> and C<\V> regular expression metacharacters used to
 cause a panic error message when attempting to match at the end of the
 string [perl #96354].
 
+=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().
+
 =back
 
 =head2 Formats
@@ -3248,12 +3254,6 @@ inside a C<while> condition [perl #90888].
 
 =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().
-
-=item *
-
 Some cases of threads crashing due to memory allocation during cloning have
 been fixed [perl #90006].