From: Eric Brine Date: Tue, 13 Oct 2009 16:14:51 +0000 (-0400) Subject: Incorrect warning category case X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c901ad27dd1d818a2db33784bb3bad9f83c98e34;p=p5sagit%2Fp5-mst-13.2.git Incorrect warning category case --- diff --git a/pod/perllexwarn.pod b/pod/perllexwarn.pod index 8c07c77..1eb8b30 100644 --- a/pod/perllexwarn.pod +++ b/pod/perllexwarn.pod @@ -399,7 +399,7 @@ Consider the module C below. 1; The call to C will create a new warnings category -called "MyMod::abc", i.e. the new category name matches the current +called "MyMod::Abc", i.e. the new category name matches the current package name. The C function in the module will display a warning message if it gets given a relative path as a parameter. This warnings will only be displayed if the code that uses C has actually