X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperllexwarn.pod;h=1eb8b30087ddefaa92ec2e706aba48a61b59a2d6;hb=7360c6b444ea6e19b6583f9530f845bee19c7921;hp=8c07c77e24211590b2091856886e5e901c6419a3;hpb=b88df9907a8d7b4fae1100629cc85633a901355e;p=p5sagit%2Fp5-mst-13.2.git 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