In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/dca41e570075bea39d7e241adc0dd3918557da9b?hp=918184d11c111a40e50e7dccd803d84bd64354d0>
- Log ----------------------------------------------------------------- commit dca41e570075bea39d7e241adc0dd3918557da9b Author: Tatsuhiko Miyagawa <[email protected]> Date: Tue Oct 19 16:18:58 2010 +0900 bumped GDBM_File version per da4061d and added perldelta for it ----------------------------------------------------------------------- Summary of changes: ext/GDBM_File/GDBM_File.pm | 2 +- pod/perldelta.pod | 4 ++++ 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ext/GDBM_File/GDBM_File.pm b/ext/GDBM_File/GDBM_File.pm index 5520b3f..6f92d18 100644 --- a/ext/GDBM_File/GDBM_File.pm +++ b/ext/GDBM_File/GDBM_File.pm @@ -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); diff --git a/pod/perldelta.pod b/pod/perldelta.pod index d982064..c79c184 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -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 -- Perl5 Master Repository
