diff options
Diffstat (limited to 'gnu/usr.bin/perl/pod/perlbot.pod')
-rw-r--r-- | gnu/usr.bin/perl/pod/perlbot.pod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/pod/perlbot.pod b/gnu/usr.bin/perl/pod/perlbot.pod index dc632ea4dab..91723b70d78 100644 --- a/gnu/usr.bin/perl/pod/perlbot.pod +++ b/gnu/usr.bin/perl/pod/perlbot.pod @@ -243,6 +243,9 @@ where that method is defined. $foo->goo; $foo->google; +Note that C<SUPER> refers to the superclasses of the current package +(C<Foo>), not to the superclasses of C<$self>. + =head1 USING RELATIONSHIP WITH SDBM |