diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-03-19 17:39:14 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-03-19 17:39:14 -0700 |
commit | 58f55cb38d788a9e7184836f9f728a46280356c8 (patch) | |
tree | b62bb1e21d6fe647733cfb1e870093ef2f3a393d /ext/NDBM_File | |
parent | 5b430b36d8e956d2af13b8b933400cf0c1c707f2 (diff) | |
download | perl-58f55cb38d788a9e7184836f9f728a46280356c8.tar.gz |
More version bumps in view of recent PERL_NO_GE_CONTEXT commits
Diffstat (limited to 'ext/NDBM_File')
-rw-r--r-- | ext/NDBM_File/NDBM_File.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/NDBM_File/NDBM_File.pm b/ext/NDBM_File/NDBM_File.pm index 17c936a9e5..8b9a453979 100644 --- a/ext/NDBM_File/NDBM_File.pm +++ b/ext/NDBM_File/NDBM_File.pm @@ -7,7 +7,7 @@ require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); -our $VERSION = "1.11"; +our $VERSION = "1.12"; XSLoader::load(); |