summaryrefslogtreecommitdiff
path: root/pod/perlvar.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-07 16:09:54 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-07 16:09:54 +0000
commit6a8181172ab18fb057dd6fb202936705ede77746 (patch)
tree3b496baf200a0745d01c384d216a2c08243f271b /pod/perlvar.pod
parente9ff6d2717dce18093d60b3839463976bb523752 (diff)
downloadperl-6a8181172ab18fb057dd6fb202936705ede77746.tar.gz
${^Warnings} renamed to ${^WARNING_BITS}
p4raw-id: //depot/perl@5025
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r--pod/perlvar.pod2
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.