diff options
Diffstat (limited to 'pod/perlfaq7.pod')
-rw-r--r-- | pod/perlfaq7.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq7.pod b/pod/perlfaq7.pod index 53d4b6baf8..10b5d25500 100644 --- a/pod/perlfaq7.pod +++ b/pod/perlfaq7.pod @@ -794,7 +794,7 @@ C<< Guru->find("Samy") >>) instead. Object notation is explained in L<perlobj>. Make sure to read about creating modules in L<perlmod> and -the perils of indirect objects in L<perlobj/"WARNING">. +the perils of indirect objects in L<perlobj/"Method Invocation">. =head2 How can I find out my current package? |