fix dangling L<perlobj/"WARNING">
Ilmari Karonen [Mon, 18 Jun 2001 00:30:21 +0000 (03:30 +0300)]
Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>

p4raw-id: //depot/perl@10670

pod/perlfaq7.pod

index 53d4b6b..10b5d25 100644 (file)
@@ -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?