perldelta for #101666, regexp error error
authorFather Chrysostomos <sprout@cpan.org>
Tue, 26 Jun 2012 03:39:39 +0000 (20:39 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 26 Jun 2012 03:39:39 +0000 (20:39 -0700)
pod/perldelta.pod

index 7a2cfa3..64c301c 100644 (file)
@@ -182,7 +182,10 @@ XXX Newly added diagnostic messages go here
 
 =item *
 
-L<message|perldiag/"message">
+L<Group name must start with a non-digit word character in regex; marked by <-- HERE in m/%s/|perldiag/"Group name must start with a non-digit word character in regex; marked by <-- HERE in m/%s/">
+
+This error has been added for C<(?&0)>, which is invalid.  It used to
+produce an incomprehensible error message [perl #101666].
 
 =back