summaryrefslogtreecommitdiff
path: root/pod/perlvar.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-22 14:37:43 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-22 14:37:43 +0000
commit59f521f4af7acce29f3bf3ecf4f2c911e305e59b (patch)
tree094f6a99ad4f47697501c93c0a5a8fa9f874b950 /pod/perlvar.pod
parent021bb724233baf635b358d25494b09150a23f4ee (diff)
downloadperl-59f521f4af7acce29f3bf3ecf4f2c911e305e59b.tar.gz
Remove references to perlcc from the core docs.
p4raw-id: //depot/perl@30685
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 f39ac7da2c..c3adfa0a10 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -1047,7 +1047,7 @@ X<$^C> X<$COMPILING>
The current value of the flag associated with the B<-c> switch.
Mainly of use with B<-MO=...> to allow code to alter its behavior
when being compiled, such as for example to AUTOLOAD at compile
-time rather than normal, deferred loading. See L<perlcc>. Setting
+time rather than normal, deferred loading. Setting
C<$^C = 1> is similar to calling C<B::minus_c>.
=item $DEBUGGING