diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-23 13:01:35 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-23 13:01:35 +0000 |
commit | 9845ecbab7c8b0b3a042e639703fe83f2d5b91a7 (patch) | |
tree | 75ac5e797583dd2aeea502aad9004980e85c2f06 /pod | |
parent | 0df79f0ce1a641c23eb6b9df44bd792c1c4400e1 (diff) | |
download | perl-9845ecbab7c8b0b3a042e639703fe83f2d5b91a7.tar.gz |
fix misclassified warnings
p4raw-id: //depot/perl@4863
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 0da6cb3db3..d1e64f4d22 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1213,13 +1213,13 @@ See L<perlsub/"Constant Functions"> and L<constant>. =item Constant subroutine %s redefined -(S) You redefined a subroutine which had previously been eligible for +(S|W) You redefined a subroutine which had previously been eligible for inlining. See L<perlsub/"Constant Functions"> for commentary and workarounds. =item Constant subroutine %s undefined -(S) You undefined a subroutine which had previously been eligible for +(W) You undefined a subroutine which had previously been eligible for inlining. See L<perlsub/"Constant Functions"> for commentary and workarounds. @@ -2156,7 +2156,7 @@ See also L<perlport> for writing portable code. =item Odd number of elements in hash assignment -(S) You specified an odd number of elements to initialize a hash, which +(W) You specified an odd number of elements to initialize a hash, which is odd, because hashes come in key/value pairs. =item Offset outside string |