X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperllexwarn.pod;h=1eb8b30087ddefaa92ec2e706aba48a61b59a2d6;hb=7360c6b444ea6e19b6583f9530f845bee19c7921;hp=72370c72e41b44fa8afb1384114eb8051dc271b1;hpb=00eb3f2b8b380581ce926a5330c21ff590bf4324;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perllexwarn.pod b/pod/perllexwarn.pod index 72370c7..1eb8b30 100644 --- a/pod/perllexwarn.pod +++ b/pod/perllexwarn.pod @@ -236,6 +236,8 @@ The current hierarchy is: | | | +- unopened | + +- imprecision + | +- misc | +- numeric @@ -397,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