Doc fix. Thanks to Bram.
authorJesse Vincent <jesse@bestpractical.com>
Tue, 16 Feb 2010 17:26:30 +0000 (09:26 -0800)
committerJesse Vincent <jesse@bestpractical.com>
Tue, 16 Feb 2010 17:27:05 +0000 (09:27 -0800)
pod/perl5100delta.pod

index 8a46cf4..e93c316 100644 (file)
@@ -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;