Subject: | DBI 1.605 broken on Perl 5.6.2 |
1.604 works fine. 1.605 fails tests with major errors.
Here's an example of the kind of error messages I'm seeing:
t/01basics.t................
# Failed test 'use DBI;'
# at t/01basics.t line 40.
# Tried to use 'DBI'.
# Error: Can't load
'/home/david/.cpan/build/DBI-1.605-VFdesH/blib/arch/auto/DBI/DBI.so' for
module DBI:
/home/david/.cpan/build/DBI-1.605-VFdesH/blib/arch/auto/DBI/DBI.so:
undefined symbol: PERL_UNUSED_VAR at
/home/david/perl/5.6.2-malloc-debug/lib/5.6.2/i686-linux-64int-ld/DynaLoader.pm
line 206.
# at /home/david/.cpan/build/DBI-1.605-VFdesH/blib/lib/DBI.pm line 263
There are some CPAN Testers reports that show similar problems:
http://www.nntp.perl.org/group/perl.cpan.testers/1717382
http://www.nntp.perl.org/group/perl.cpan.testers/1717339
http://www.nntp.perl.org/group/perl.cpan.testers/1717885