perldelta.pod: Don't use internal warn cat. name
authorKarl Williamson <public@khwilliamson.com>
Fri, 18 Feb 2011 14:00:48 +0000 (07:00 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 18 Feb 2011 14:09:42 +0000 (07:09 -0700)
pod/perldelta.pod

index 7523500..41f3299 100644 (file)
@@ -47,7 +47,7 @@ regular expression.
 
 =head2 New warnings categories for problematic (non-)Unicode code points.
 
-Three new warnings subcategories of WARN_UTF8 have been added.  These
+Three new warnings subcategories of <utf8> have been added.  These
 allow you to turn off warnings for their covered events, while allowing
 the other UTF-8 warnings to remain on.  The three categories are:
 C<surrogate> when UTF-16 surrogates are encountered;