In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/74f485aaef93391aca61d5b59d7992900277fb7c?hp=58e76350f3236d53f018cbec0478a1c66fa0aba1>
- Log ----------------------------------------------------------------- commit 74f485aaef93391aca61d5b59d7992900277fb7c Author: James E Keenan <[email protected]> Date: Thu Dec 29 12:39:12 2016 -0500 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 ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 +- cpan/DB_File/DB_File.pm | 2 +- cpan/DB_File/DB_File.xs | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 2820dad2b2..5050e22524 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -335,7 +335,7 @@ use File::Glob qw(:case); }, 'DB_File' => { - 'DISTRIBUTION' => 'PMQS/DB_File-1.838.tar.gz', + 'DISTRIBUTION' => 'PMQS/DB_File-1.840.tar.gz', 'FILES' => q[cpan/DB_File], 'EXCLUDED' => [ qr{^patches/}, 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); -- Perl5 Master Repository
