This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #90064] perlfunc: Document special 0 mode for dbmopen
[perl5.git] / pod / perl5100delta.pod
index 8a46cf4..4e5c6d3 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;
@@ -844,7 +844,7 @@ of C<CPANPLUS>.
 =item *
 
 C<Archive::Extract> is a generic archive extraction mechanism
-for F<.tar> (plain, gziped or bzipped) or F<.zip> files.
+for F<.tar> (plain, gzipped or bzipped) or F<.zip> files.
 
 =item *