diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2004-01-01 22:23:11 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2004-01-01 22:23:11 +0000 |
commit | 029f3b4481eb14b016dea8aa8fb43279a710daa3 (patch) | |
tree | 0f663a57a7014d8887743b8bd4d891d074a07fba /pod/perlbot.pod | |
parent | 53c33732a73c90e26f613c11afdc5110e6a919ff (diff) | |
download | perl-029f3b4481eb14b016dea8aa8fb43279a710daa3.tar.gz |
Document the quirks of SUPER, especially the fact that it it
relative to the current package and not to the invoking object.
p4raw-id: //depot/perl@22036
Diffstat (limited to 'pod/perlbot.pod')
-rw-r--r-- | pod/perlbot.pod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perlbot.pod b/pod/perlbot.pod index dc632ea4da..4507d4f1c7 100644 --- a/pod/perlbot.pod +++ b/pod/perlbot.pod @@ -243,6 +243,9 @@ where that method is defined. $foo->goo; $foo->google; +Note that C<SUPER> refers to the superclass of the current package +(C<Foo>), not to the superclass of C<$self>. + =head1 USING RELATIONSHIP WITH SDBM |