diff options
author | Eric Brine <ikegami@adaelis.com> | 2009-10-13 12:14:51 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-10-13 12:53:05 -0400 |
commit | c901ad27dd1d818a2db33784bb3bad9f83c98e34 (patch) | |
tree | 374eb9283626908a7fec79697c278a1f0ed0a810 /pod/perllexwarn.pod | |
parent | 76caf4b8946e127e4807bc418c01a3eb227dd984 (diff) | |
download | perl-c901ad27dd1d818a2db33784bb3bad9f83c98e34.tar.gz |
Incorrect warning category case
Diffstat (limited to 'pod/perllexwarn.pod')
-rw-r--r-- | pod/perllexwarn.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perllexwarn.pod b/pod/perllexwarn.pod index 8c07c77e24..1eb8b30087 100644 --- a/pod/perllexwarn.pod +++ b/pod/perllexwarn.pod @@ -399,7 +399,7 @@ Consider the module C<MyMod::Abc> below. 1; The call to C<warnings::register> 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<open> 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<MyMod::Abc> has actually |