Skip Menu |

This queue is for tickets about the Class-DBI-AsForm CPAN distribution.

Report information
The Basics
Id: 13413
Status: resolved
Priority: 0/
Queue: Class-DBI-AsForm

People
Owner: Nobody in particular
Requestors: dave.Howorth [...] acm.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.41
Fixed in: (no value)



Subject: won't install - dependencies incomplete
Install of CDBI-asform onto a new suse9.3 m/c fails. The error message is below. The problem appears to be that DBD/SQLite2.pm is required for testing but is not listed as a dependency and is therefore not loaded by cpan. Running make for T/TM/TMTM/Class-DBI-AsForm-2.41.tar.gz Is already unwrapped into directory /root/.cpan/build/Class-DBI-AsForm-2.41 Has already been processed within this session Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl Can't locate DBD/SQLite2.pm in @INC (@INC contains: blib/lib blib/arch /usr/lib/perl5/5.8.6/x86_64-linux-thread-multi /usr/lib/perl5/5.8.6 /usr/lib/perl5/site_perl/5.8.6/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.6/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl .) at test.pl line 3. # Looks like your test died before it could output anything.
[guest - Sat Jun 25 15:52:06 2005]: Show quoted text
> Install of CDBI-asform onto a new suse9.3 m/c fails. The error message > is below. The problem appears to be that DBD/SQLite2.pm is required > for testing but is not listed as a dependency and is therefore not > loaded by cpan.
New version uploaded has this wrapped in an eval for better detection. Thanks, Tony