diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2001-08-24 00:22:58 +0200 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2001-08-24 00:10:13 +0000 |
commit | 5b027e89afd4ee57cb404e7185751841691f917c (patch) | |
tree | 9655fd250d100a5a1fba26a768a331880f647c6b | |
parent | f688e3acac1195ff1fc1037245fc7d642c63538d (diff) | |
download | perl-5b027e89afd4ee57cb404e7185751841691f917c.tar.gz |
[DOC PATCH] Adding new warning in perldiag.pod
Message-Id: <20010823222258.A901@rafael>
p4raw-id: //depot/perl@11737
-rw-r--r-- | pod/perldiag.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index a9cf825ef4..267d91de70 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<attributes>. +=item Package '%s' not found (did you use the incorrect case?) + +(W misc) You included a package file via C<use>, 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 |