From: Rafael Garcia-Suarez Date: Mon, 25 Feb 2002 21:58:30 +0000 (+0100) Subject: "." is not in @INC when -T X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e48df184541995015048bca83e39a89859aa31ce;p=p5sagit%2Fp5-mst-13.2.git "." is not in @INC when -T Message-ID: <20020225215830.A744@rafael> p4raw-id: //depot/perl@14877 --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 0dcb2ac..4bd3cf9 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -331,7 +331,7 @@ of which filehandle C<$.> is currently aliased to. C<$.> is reset when the filehandle is closed, but B when an open filehandle is reopened without an intervening close(). For more -details, see L. Because C<< <> >> never does +details, see LO Operators">. Because C<< <> >> never does an explicit close, line numbers increase across ARGV files (but see examples in L). @@ -1146,7 +1146,8 @@ C, or C constructs look for their library files. It initially consists of the arguments to any B<-I> command-line switches, followed by the default Perl library, probably F, followed by ".", to represent the current -directory. If you need to modify this at runtime, you should use +directory. ("." will not be appended if taint checks are enabled, either by +C<-T> or by C<-t>.) If you need to modify this at runtime, you should use the C pragma to get the machine-dependent library properly loaded also: