summaryrefslogtreecommitdiff
path: root/cpan/DB_File
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-11-15 23:03:14 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-11-15 23:03:14 +0000
commit16f3356ebb78fba83c909d19134ee12e98557f24 (patch)
treee4f98309387842089e839c2a7b4e6d6a1f452595 /cpan/DB_File
parent24a9a64b2ef0fc76f883e6b5e693b611e8d29218 (diff)
downloadperl-16f3356ebb78fba83c909d19134ee12e98557f24.tar.gz
Update DB_File to CPAN version 1.831
[DELTA] 1.831 15 November 2013 * C99 comment is a nogo RT #90383
Diffstat (limited to 'cpan/DB_File')
-rw-r--r--cpan/DB_File/DB_File.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/DB_File/DB_File.pm b/cpan/DB_File/DB_File.pm
index c00437c313..9a34694501 100644
--- a/cpan/DB_File/DB_File.pm
+++ b/cpan/DB_File/DB_File.pm
@@ -163,7 +163,7 @@ our ($db_version, $use_XSLoader, $splice_end_array_no_length, $splice_end_array,
use Carp;
-$VERSION = "1.830" ;
+$VERSION = "1.831" ;
$VERSION = eval $VERSION; # needed for dev releases
{