diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-02-12 17:05:56 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-02-12 17:05:56 -0800 |
commit | df7ab51675bc1ca76bed26edf0d390c0561d6514 (patch) | |
tree | cff66e0792c680fff1e8580775785301a24bc865 /pod | |
parent | 22e74366bed8d7512ccbea65bc27faf3548c6476 (diff) | |
download | perl-df7ab51675bc1ca76bed26edf0d390c0561d6514.tar.gz |
Delete perldiag/Can't call method in empty package
This message has not been produced since ac91690fe10ac7691f6f, four-
teen years ago!
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 92205553f1..5d2fdf8183 100644 --- 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 |