summaryrefslogtreecommitdiff
path: root/pod/perltooc.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-19 12:08:54 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-19 12:08:54 +0000
commitc3bddb1d8f216d2ee6362d46156d74303ed87611 (patch)
treeba7981d549f75d953ea3ef8ae5004e5f656c194d /pod/perltooc.pod
parentb89cebd372b9cce8c52030d6cb406e962ff84b10 (diff)
downloadperl-c3bddb1d8f216d2ee6362d46156d74303ed87611.tar.gz
Snip away an obsolete section noticed by Benjamin Goldberg.
p4raw-id: //depot/perl@15999
Diffstat (limited to 'pod/perltooc.pod')
-rw-r--r--pod/perltooc.pod4
1 files changed, 0 insertions, 4 deletions
diff --git a/pod/perltooc.pod b/pod/perltooc.pod
index 2ba6b42a0b..fdddb02531 100644
--- a/pod/perltooc.pod
+++ b/pod/perltooc.pod
@@ -1294,10 +1294,6 @@ Inheritance is a powerful but subtle device, best used only after careful
forethought and design. Aggregation instead of inheritance is often a
better approach.
-We use the hypothetical our() syntax for package variables. It works
-like C<use vars>, but looks like my(). It should be in this summer's
-major release (5.6) of perl--we hope.
-
You can't use file-scoped lexicals in conjunction with the SelfLoader
or the AutoLoader, because they alter the lexical scope in which the
module's methods wind up getting compiled.