summaryrefslogtreecommitdiff
path: root/pod/perlvar.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-08-29 10:18:59 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-08-29 10:18:59 +0000
commitea99be3b336551b2e1acb6e6d2d1068acb2393e9 (patch)
tree559b1a700465df1cb1ae02ada9b9c9e48dd9539f /pod/perlvar.pod
parent5896af29db40dec6205f07f273dc07d5af5f98ea (diff)
downloadperl-ea99be3b336551b2e1acb6e6d2d1068acb2393e9.tar.gz
Rename warning to warnings, from Paul Marquess.
p4raw-id: //depot/cfgperl@4038
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r--pod/perlvar.pod16
1 files changed, 7 insertions, 9 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index 3a38f553c6..d38bc4937d 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -686,13 +686,6 @@ of perl in the right bracket?) Example:
See also the documentation of C<use VERSION> and C<require VERSION>
for a convenient way to fail if the running Perl interpreter is too old.
-=item $^B
-
-The current set of warning checks enabled by C<use warning>.
-See the documentation of C<warning> for more details.
-
-Used by lexical warnings to store the
-
=item $COMPILING
=item $^C
@@ -821,7 +814,12 @@ and B<-C> filetests are based on this value.
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<warning>.
+related to the B<-w> switch.) See also L<warnings>.
+
+=item ${^Warnings}
+
+The current set of warning checks enabled by the C<use warnings> pragma.
+See the documentation of C<warnings> for more details.
=item $EXECUTABLE_NAME
@@ -970,7 +968,7 @@ Carp was available. The third line will be executed only if Carp was
not available.
See L<perlfunc/die>, L<perlfunc/warn>, L<perlfunc/eval>, and
-L<warning> for additional information.
+L<warnings> for additional information.
=back