In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/7f15aad6d6ce55cbcb53d92c3f7cbbbbde2fd96f?hp=b9beed70e30851ab73bb250a935deb00318469d7>
- Log ----------------------------------------------------------------- commit 7f15aad6d6ce55cbcb53d92c3f7cbbbbde2fd96f Author: Tony Cook <t...@develop-help.com> Date: Mon Jun 2 23:12:35 2014 +1000 temporary fix for https://rt.cpan.org/Ticket/Display.html?id=96126 ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 ++ cpan/DB_File/DB_File.xs | 2 +- t/porting/customized.dat | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index c40e7a8..746566c 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -316,6 +316,8 @@ use File::Glob qw(:case); }, 'DB_File' => { + # https://rt.cpan.org/Ticket/Display.html?id=96126 + "CUSTOMIZED" => [ "DB_File.xs" ], 'DISTRIBUTION' => 'PMQS/DB_File-1.831.tar.gz', 'FILES' => q[cpan/DB_File], 'EXCLUDED' => [ diff --git a/cpan/DB_File/DB_File.xs b/cpan/DB_File/DB_File.xs index 679c416..c42a2af 100644 --- a/cpan/DB_File/DB_File.xs +++ b/cpan/DB_File/DB_File.xs @@ -164,7 +164,7 @@ # ifndef DB_VERSION_MAJOR # undef dNOOP -# define dNOOP extern int Perl___notused +# define dNOOP extern int DB_File___notused /* Ditto for dXSARGS. */ # undef dXSARGS diff --git a/t/porting/customized.dat b/t/porting/customized.dat index f8ff31d..4fd3728 100644 --- a/t/porting/customized.dat +++ b/t/porting/customized.dat @@ -1,3 +1,4 @@ +DB_File cpan/DB_File/DB_File.xs 140cd1d47c6830d1cb51b2207fd7c7d5ce8fb924 Digest::MD5 cpan/Digest-MD5/t/files.t bdbe05b705d9da305fedce7a9f4b6ba63250c7cf PerlIO::via::QuotedPrint cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t ca39f0146e89de02c746e199c45dcb3e5edad691 Text::Balanced cpan/Text-Balanced/t/01_compile.t 1598cf491a48fa546260a2ec41142abe84da533d -- Perl5 Master Repository