From: Jarkko Hietaniemi Date: Fri, 19 Apr 2002 12:08:54 +0000 (+0000) Subject: Snip away an obsolete section noticed by Benjamin Goldberg. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c3bddb1d8f216d2ee6362d46156d74303ed87611;p=p5sagit%2Fp5-mst-13.2.git Snip away an obsolete section noticed by Benjamin Goldberg. p4raw-id: //depot/perl@15999 --- diff --git a/pod/perltooc.pod b/pod/perltooc.pod index 2ba6b42..fdddb02 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, 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.