perldiag: Remove category from ‘POSIX syntax [. .]...’
authorFather Chrysostomos <sprout@cpan.org>
Fri, 30 Nov 2012 17:50:01 +0000 (09:50 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 6 Dec 2012 05:31:41 +0000 (21:31 -0800)
Warnings categories apply only to warnings.

pod/perldiag.pod

index dfa9a7d..347a749 100644 (file)
@@ -3902,12 +3902,12 @@ where the problem was discovered.  See L<perlre>.
 
 =item POSIX syntax [. .] is reserved for future extensions in regex; marked by <-- HERE in m/%s/
 
-(F regexp) Within regular expression character classes ([]) the syntax
-beginning with "[." and ending with ".]" is reserved for future extensions.
-If you need to represent those character sequences inside a regular
-expression character class, just quote the square brackets with the
-backslash: "\[." and ".\]".  The <-- HERE shows in the regular expression
-about where the problem was discovered.  See L<perlre>.
+(F) Within regular expression character classes ([]) the syntax beginning
+with "[." and ending with ".]" is reserved for future extensions.  If you
+need to represent those character sequences inside a regular expression
+character class, just quote the square brackets with the backslash: "\[."
+and ".\]".  The <-- HERE shows in the regular expression about where the
+problem was discovered.  See L<perlre>.
 
 =item POSIX syntax [= =] is reserved for future extensions in regex; marked by <-- HERE in m/%s/