summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-09-11 22:11:32 +0000
committerNicholas Clark <nick@ccl4.org>2008-09-11 22:11:32 +0000
commitc109477dfda0dedbe3c4ffa3d6074085d3b8497a (patch)
tree8d9bb13973c84d3fab729a3424fd7daa3401b77c /pod
parent90903f12d8c8bec5cac10a53dad3999617414aed (diff)
downloadperl-c109477dfda0dedbe3c4ffa3d6074085d3b8497a.tar.gz
Abolish the warning "Can't locate package %"SVf" for the parents of %s"
which doesn't tell you anything you won't discover soon enough when you try to call a method. (Or haven't already been warned about when @ISA was linearised) p4raw-id: //depot/perl@34353
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod7
1 files changed, 0 insertions, 7 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 775e274ffc..14f1368af7 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -902,13 +902,6 @@ method, nor does any of its base classes. See L<perlobj>.
(W syntax) The @ISA array contained the name of another package that
doesn't seem to exist.
-=item Can't locate package %s for the parents of %s
-
-(W syntax) You did not define (or require/use) the first package,
-which is named as a (possibly indirect) parent of the second by
-C<@ISA> inheritance. Perl will treat this as if the undefined
-package had an empty C<@ISA>.
-
=item Can't locate PerlIO%s
(F) You tried to use in open() a PerlIO layer that does not exist,