bumped GDBM_File version per da4061d and added perldelta for it
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>
Tue, 19 Oct 2010 07:18:58 +0000 (16:18 +0900)
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>
Tue, 19 Oct 2010 07:18:58 +0000 (16:18 +0900)
ext/GDBM_File/GDBM_File.pm
pod/perldelta.pod

index 5520b3f..6f92d18 100644 (file)
@@ -69,7 +69,7 @@ require XSLoader;
 );
 
 # This module isn't dual life, so no need for dev version numbers.
-$VERSION = '1.10';
+$VERSION = '1.11';
 
 sub AUTOLOAD {
     my($constname);
index d982064..c79c184 100644 (file)
@@ -388,6 +388,10 @@ B::Deparse now properly handles the code that applies a conditional
 pattern match against implicit C<$_> as it was fixed in
 L<[perl #20444]|http://rt.perl.org/rt3//Public/Bug/Display.html?id=20444>.
 
+=item *
+
+C<GDBM_File> has been upgraded from version 1.10 to 1.11
+
 =back
 
 =head2 Removed Modules and Pragmata