summaryrefslogtreecommitdiff
path: root/cpan/DB_File
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-08-06 22:38:29 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-08-06 22:39:58 +0100
commit37adef70fb8ef1239bc8f880ba06268efdc67904 (patch)
tree47248c351737def017d442bc83558afbc82a24d0 /cpan/DB_File
parenta30cae0b01fd4edd8cdf5801d652cd9bf39dbfe0 (diff)
downloadperl-37adef70fb8ef1239bc8f880ba06268efdc67904.tar.gz
Update DB_File to CPAN version 1.824
[DELTA] 1.824 6 Aug 2011 * Amendments to tests to work in blead [RT #70108]
Diffstat (limited to 'cpan/DB_File')
-rw-r--r--cpan/DB_File/Changes5
-rw-r--r--cpan/DB_File/DB_File.pm2
2 files changed, 6 insertions, 1 deletions
diff --git a/cpan/DB_File/Changes b/cpan/DB_File/Changes
index 2bdbd28a1d..f527911f5a 100644
--- a/cpan/DB_File/Changes
+++ b/cpan/DB_File/Changes
@@ -1,3 +1,8 @@
+1.824 6 Aug 2011
+
+ * Amendments to tests to work in blead
+ [RT #70108]
+
1.823 6 Aug 2011
* croak if attempt to freeze/thaw DB_File object
diff --git a/cpan/DB_File/DB_File.pm b/cpan/DB_File/DB_File.pm
index 0f813d512a..d7fba44ebc 100644
--- a/cpan/DB_File/DB_File.pm
+++ b/cpan/DB_File/DB_File.pm
@@ -165,7 +165,7 @@ our ($db_version, $use_XSLoader, $splice_end_array_no_length, $splice_end_array,
use Carp;
-$VERSION = "1.823" ;
+$VERSION = "1.824" ;
$VERSION = eval $VERSION; # needed for dev releases
{