summaryrefslogtreecommitdiff
path: root/cpan/DB_File
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2016-12-29 12:39:12 -0500
committerJames E Keenan <jkeenan@cpan.org>2016-12-29 12:39:12 -0500
commit74f485aaef93391aca61d5b59d7992900277fb7c (patch)
treeafc591bf1064ef8ddc302172d215321fed624e1c /cpan/DB_File
parent58e76350f3236d53f018cbec0478a1c66fa0aba1 (diff)
downloadperl-74f485aaef93391aca61d5b59d7992900277fb7c.tar.gz
Update DB_File from CPAN version 1.838 to 1.840.
From Changes: 1.840 29 Dec 2016 * #119569: Failed to install DB_File-1.839 into Linux 1.839 29 Dec 2016 * #119557: DB_File.xs: unused-parameter warnings * #107642: unused arg
Diffstat (limited to 'cpan/DB_File')
-rw-r--r--cpan/DB_File/DB_File.pm2
-rw-r--r--cpan/DB_File/DB_File.xs3
2 files changed, 4 insertions, 1 deletions
diff --git a/cpan/DB_File/DB_File.pm b/cpan/DB_File/DB_File.pm
index 8e40902ab3..5f4b764bc9 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.838" ;
+$VERSION = "1.840" ;
$VERSION = eval $VERSION; # needed for dev releases
{
diff --git a/cpan/DB_File/DB_File.xs b/cpan/DB_File/DB_File.xs
index f417b22a46..04c8f74adb 100644
--- a/cpan/DB_File/DB_File.xs
+++ b/cpan/DB_File/DB_File.xs
@@ -607,6 +607,9 @@ const DBT * key2 ;
#ifdef AT_LEAST_DB_3_2
PERL_UNUSED_ARG(db);
#endif
+#ifdef AT_LEAST_DB_6_0
+ PERL_UNUSED_ARG(locp);
+#endif
if (CurrentDB->in_compare) {
tidyUp(CurrentDB);