[DOC PATCH] Adding new warning in perldiag.pod
Rafael Garcia-Suarez [Thu, 23 Aug 2001 22:22:58 +0000 (00:22 +0200)]
Message-Id: <20010823222258.A901@rafael>

p4raw-id: //depot/perl@11737

pod/perldiag.pod

index a9cf825..267d91d 100644 (file)
@@ -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