projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22e7436
)
Delete perldiag/Can't call method in empty package
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 13 Feb 2011 01:05:56 +0000
(17:05 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 13 Feb 2011 01:05:56 +0000
(17:05 -0800)
This message has not been produced since
ac91690fe10ac7691f6f
, four-
teen years ago!
pod/perldiag.pod
patch
|
blob
|
history
diff --git
a/pod/perldiag.pod
b/pod/perldiag.pod
index
9220555
..
5d2fdf8
100644
(file)
--- a/
pod/perldiag.pod
+++ b/
pod/perldiag.pod
@@
-606,12
+606,6
@@
a C<given> block. You probably meant to use C<next> or C<last>.
(F) You called C<break>, but you're not inside a C<given> block.
-=item Can't call method "%s" in empty package "%s"
-
-(F) You called a method correctly, and it correctly indicated a package
-functioning as a class, but that package doesn't have ANYTHING defined
-in it, let alone methods. See L<perlobj>.
-
=item Can't call method "%s" on an undefined value
(F) You used the syntax of a method call, but the slot filled by the