From df7ab51675bc1ca76bed26edf0d390c0561d6514 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 12 Feb 2011 17:05:56 -0800 Subject: [PATCH] Delete perldiag/Can't call method in empty package This message has not been produced since ac91690fe10ac7691f6f, four- teen years ago! --- pod/perldiag.pod | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 9220555..5d2fdf8 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -606,12 +606,6 @@ a C block. You probably meant to use C or C. (F) You called C, but you're not inside a C 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. - =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 -- 2.7.4