From: Malcolm Beattie Date: Thu, 2 Oct 1997 16:34:03 +0000 (+0000) Subject: Fix pod text in Lint.pm for private-names option. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ea8650a31ea0d53a81d7edfb82a34b2dfdb92e38;p=p5sagit%2Fp5-mst-13.2.git Fix pod text in Lint.pm for private-names option. p4raw-id: //depot/perlext/Compiler@94 --- diff --git a/B/Lint.pm b/B/Lint.pm index df373c2..d34bd77 100644 --- a/B/Lint.pm +++ b/B/Lint.pm @@ -62,10 +62,10 @@ as the implicit argument of a B statement. =item B -This option warns on each use of a variable or subroutine name that -lives in a non-current package but begins with an underscore ("_"). -Warnings aren't issued for the special case of the single character -name "_" by itself (e.g. $_ and @_). +This option warns on each use of any variable, subroutine or +method name that lives in a non-current package but begins with +an underscore ("_"). Warnings aren't issued for the special case +of the single character name "_" by itself (e.g. $_ and @_). =item B