From: Rafael Garcia-Suarez Date: Thu, 23 Aug 2001 22:22:58 +0000 (+0200) Subject: [DOC PATCH] Adding new warning in perldiag.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5b027e89afd4ee57cb404e7185751841691f917c;p=p5sagit%2Fp5-mst-13.2.git [DOC PATCH] Adding new warning in perldiag.pod Message-Id: <20010823222258.A901@rafael> p4raw-id: //depot/perl@11737 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index a9cf825..267d91d 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2431,6 +2431,12 @@ package-specific handler. That name might have a meaning to Perl itself some day, even though it doesn't yet. Perhaps you should use a mixed-case attribute name, instead. See L. +=item Package '%s' not found (did you use the incorrect case?) + +(W misc) You included a package file via C, but the package name +did not match the file name. It's possible that you mispelled the +package name. + =item page overflow (W io) A single call to write() produced more lines than can fit on a