diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-07 16:09:54 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-07 16:09:54 +0000 |
commit | 6a8181172ab18fb057dd6fb202936705ede77746 (patch) | |
tree | 3b496baf200a0745d01c384d216a2c08243f271b /pod/perlvar.pod | |
parent | e9ff6d2717dce18093d60b3839463976bb523752 (diff) | |
download | perl-6a8181172ab18fb057dd6fb202936705ede77746.tar.gz |
${^Warnings} renamed to ${^WARNING_BITS}
p4raw-id: //depot/perl@5025
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r-- | pod/perlvar.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod index cf260c54fe..5b93be11f0 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -914,7 +914,7 @@ The current value of the warning switch, initially true if B<-w> was used, false otherwise, but directly modifiable. (Mnemonic: related to the B<-w> switch.) See also L<warnings>. -=item ${^Warnings} +=item ${^WARNING_BITS} The current set of warning checks enabled by the C<use warnings> pragma. See the documentation of C<warnings> for more details. |