develooper Front page | perl.perl5.porters | Postings from August 2001

[DOC PATCH] Adding new warning in perldiag.pod

From:
Rafael Garcia-Suarez
Date:
August 23, 2001 13:20
Subject:
[DOC PATCH] Adding new warning in perldiag.pod
Message ID:
20010823222258.A901@rafael
This warning (recently added) is not documented :

--- perldiag.pod.orig	Thu Aug 23 22:19:39 2001
+++ perldiag.pod	Thu Aug 23 22:19:21 2001
@@ -2431,6 +2431,12 @@
 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



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About