In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/c901ad27dd1d818a2db33784bb3bad9f83c98e34?hp=76caf4b8946e127e4807bc418c01a3eb227dd984>
- Log ----------------------------------------------------------------- commit c901ad27dd1d818a2db33784bb3bad9f83c98e34 Author: Eric Brine <[email protected]> Date: Tue Oct 13 12:14:51 2009 -0400 Incorrect warning category case ----------------------------------------------------------------------- Summary of changes: pod/perllexwarn.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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<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 -- Perl5 Master Repository
