From e57c1822e7b53e0ef6a7d0f39459c328dc0d59fc Mon Sep 17 00:00:00 2001 From: Zefram Date: Sun, 19 Dec 2010 12:21:54 +0000 Subject: bump version of many modules Core-only modules that have changed from v5.13.7, and dual-life modules that have changed from v5.13.7 and didn't show up in earlier passes. --- ext/NDBM_File/NDBM_File.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/NDBM_File') diff --git a/ext/NDBM_File/NDBM_File.pm b/ext/NDBM_File/NDBM_File.pm index ba7066a1e2..17c936a9e5 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.10"; +our $VERSION = "1.11"; XSLoader::load(); -- cgit v1.2.1