summaryrefslogtreecommitdiff
path: root/pod/perlfaq7.pod
diff options
context:
space:
mode:
authorIlmari Karonen <iltzu@sci.fi>2001-06-18 03:30:21 +0300
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-17 20:32:35 +0000
commitae93639c6e66959ff84ce19b7b13b05a1ca356b7 (patch)
tree6340e5e7dcdb986a3fd8b4c6fd35dea582668f85 /pod/perlfaq7.pod
parentb72a56350cdb03ab2b46275dcc73756786a8dc8b (diff)
downloadperl-ae93639c6e66959ff84ce19b7b13b05a1ca356b7.tar.gz
fix dangling L<perlobj/"WARNING">
Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka> p4raw-id: //depot/perl@10670
Diffstat (limited to 'pod/perlfaq7.pod')
-rw-r--r--pod/perlfaq7.pod2
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?