diff options
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 |