diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-02-16 09:26:30 -0800 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-02-16 09:27:05 -0800 |
commit | 77d4bad069ecbeed2604d001c8df7587143c346b (patch) | |
tree | 40c27c8706a4f3b209a2270356f2c992ebc3a1ea /pod/perl5100delta.pod | |
parent | be1cf43c8dab9dd236839206d53611f7e7d2d856 (diff) | |
download | perl-77d4bad069ecbeed2604d001c8df7587143c346b.tar.gz |
Doc fix. Thanks to Bram.
Diffstat (limited to 'pod/perl5100delta.pod')
-rw-r--r-- | pod/perl5100delta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl5100delta.pod b/pod/perl5100delta.pod index 8a46cf46af..e93c316954 100644 --- a/pod/perl5100delta.pod +++ b/pod/perl5100delta.pod @@ -625,7 +625,7 @@ Previously, the exception would not occur until Perl attempted to make use of the recursive inheritance while resolving a method or doing a C<$foo-E<gt>isa($bar)> lookup. -=head2 warnings::register changed to favor users of modules +=head2 warnings::enabled and warnings::warnif changed to favor users of modules The behaviour in 5.10.x favors the person using the module; The behaviour in 5.8.x favors the module writer; |