This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct the GDBM_File version in perldelta
authorFlorian Ragwitz <rafl@debian.org>
Thu, 24 Mar 2011 15:48:55 +0000 (16:48 +0100)
committerFlorian Ragwitz <rafl@debian.org>
Thu, 24 Mar 2011 16:15:19 +0000 (17:15 +0100)
pod/perldelta.pod

index 052ce51..411a1c7 100644 (file)
@@ -1486,7 +1486,7 @@ user.
 
 =item *
 
-C<GDBM_File> has been upgraded from 1.10 to 1.13.
+C<GDBM_File> has been upgraded from 1.10 to 1.14.
 
 This fixes a memory leak when DBM filters are used.