From: Rafael Garcia-Suarez Date: Tue, 1 Jan 2002 15:12:36 +0000 (+0100) Subject: Corrections : unknown warning category X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9a0b38591ec92584fe5748c50f22aa25d7d51e40;p=p5sagit%2Fp5-mst-13.2.git Corrections : unknown warning category Message-Id: <20020101151236.A951@rafael> p4raw-id: //depot/perl@13998 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 8ee25f2..a7d3cd9 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2726,7 +2726,7 @@ fine from VMS' perspective, it's probably not what you intended. marked by <-- HERE in m/%s/ -(W unsafe) The character class constructs [: :], [= =], and [. .] go +(W regexp) The character class constructs [: :], [= =], and [. .] go I 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 @@ in L. =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;