summaryrefslogtreecommitdiff
path: root/cpan/DB_File/DB_File.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-05-26 14:50:15 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-05-26 14:50:15 +0100
commitb6990ae0c41eccbe44ff95183c3f5a1f24b50382 (patch)
tree457a86aaa0574b1aab2684d8f90048b997171ca0 /cpan/DB_File/DB_File.pm
parent273225d4fa4dfa112b49b1cb5b087814b160dd32 (diff)
downloadperl-b6990ae0c41eccbe44ff95183c3f5a1f24b50382.tar.gz
Update DB_File to CPAN version 1.828
[DELTA] 1.828 7 May 2013 * Minor change to build with Berkeley DB 6.x
Diffstat (limited to 'cpan/DB_File/DB_File.pm')
-rw-r--r--cpan/DB_File/DB_File.pm8
1 files changed, 3 insertions, 5 deletions
diff --git a/cpan/DB_File/DB_File.pm b/cpan/DB_File/DB_File.pm
index 58cbebeeae..2828770acc 100644
--- a/cpan/DB_File/DB_File.pm
+++ b/cpan/DB_File/DB_File.pm
@@ -1,10 +1,8 @@
# DB_File.pm -- Perl 5 interface to Berkeley DB
#
-# written by Paul Marquess (pmqs@cpan.org)
-# last modified 28th October 2007
-# version 1.818
+# Written by Paul Marquess (pmqs@cpan.org)
#
-# Copyright (c) 1995-2009 Paul Marquess. All rights reserved.
+# Copyright (c) 1995-2013 Paul Marquess. All rights reserved.
# This program is free software; you can redistribute it and/or
# modify it under the same terms as Perl itself.
@@ -165,7 +163,7 @@ our ($db_version, $use_XSLoader, $splice_end_array_no_length, $splice_end_array,
use Carp;
-$VERSION = "1.827" ;
+$VERSION = "1.828" ;
$VERSION = eval $VERSION; # needed for dev releases
{