From: Jesse Vincent Date: Tue, 16 Feb 2010 17:26:30 +0000 (-0800) Subject: Doc fix. Thanks to Bram. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=77d4bad069ecbeed2604d001c8df7587143c346b;p=p5sagit%2Fp5-mst-13.2.git Doc fix. Thanks to Bram. --- diff --git a/pod/perl5100delta.pod b/pod/perl5100delta.pod index 8a46cf4..e93c316 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-Eisa($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;