Fix regex charclass parsing so that bogus ranges
[p5sagit/p5-mst-13.2.git] / pod / perldiag.pod
index 0ff865d..8e686ba 100644 (file)
@@ -1595,7 +1595,8 @@ rebuild Perl.
 =item invalid [] range in regexp
 
 (F) The range specified in a character class had a minimum character
-greater than the maximum character.  See L<perlre>.
+greater than the maximum character, or the range didn't start/end with
+a literal character.  See L<perlre>.
 
 =item Invalid conversion in %s: "%s"