fix misclassified warnings
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 23 Jan 2000 13:01:35 +0000 (13:01 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 23 Jan 2000 13:01:35 +0000 (13:01 +0000)
p4raw-id: //depot/perl@4863

pod/perldiag.pod

index 0da6cb3..d1e64f4 100644 (file)
@@ -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