Change 13998 by ams@lustre on 2002/01/01 13:36:49
Subject: [PATCH perldiag] Corrections : unknown warning category
From: Rafael Garcia-Suarez <[EMAIL PROTECTED]>
Date: Tue, 1 Jan 2002 15:12:36 +0100
Message-Id: <20020101151236.A951@rafael>
Affected files ...
.... //depot/perl/pod/perldiag.pod#253 edit
Differences ...
==== //depot/perl/pod/perldiag.pod#253 (text) ====
Index: perl/pod/perldiag.pod
--- perl/pod/perldiag.pod.~1~ Tue Jan 1 06:45:06 2002
+++ perl/pod/perldiag.pod Tue Jan 1 06:45:06 2002
@@ -2726,7 +2726,7 @@
marked by <-- HERE in m/%s/
-(W unsafe) The character class constructs [: :], [= =], and [. .] go
+(W regexp) The character class constructs [: :], [= =], and [. .] go
I<inside> character classes, the [] are part of the construct, for example:
/[012[:alpha:]345]/. Note that [= =] and [. .] are not currently
implemented; they are simply placeholders for future extensions and will
@@ -2889,7 +2889,7 @@
=item Prototype mismatch: %s vs %s
-(S unsafe) The subroutine being declared or defined had previously been
+(S prototype) The subroutine being declared or defined had previously been
declared or defined with a different function prototype.
=item Quantifier in {,} bigger than %d in regex;
End of Patch.