Subject: | Missing prerequisite: DBI |
Hi,
the subject says it all, you should add DBI to the list of prerequisites
(there are some additional tickets to this issue), or you should skip
the tests which need DBI.
If DBI is not installed, your users won't be able to install Geo::Distance:
PERL_DL_NONLAZY=1 /opt/perl/perl-1232359697/bin/perl5.11.0 "-Iblib/lib"
"-Iblib/arch" test.pl
Can't locate DBI.pm in @INC (@INC contains: blib/lib blib/arch
/opt/perl/perl-1232359697/lib/5.11.0/x86_64-linux-thread-multi-ld
/opt/perl/perl-1232359697/lib/5.11.0
/opt/perl/perl-1232359697/lib/site_perl/5.11.0/x86_64-linux-thread-multi-ld
/opt/perl/perl-1232359697/lib/site_perl/5.11.0 .) at test.pl line 3.
BEGIN failed--compilation aborted at test.pl line 3.
# Looks like your test exited with 2 before it could output anything.
make: *** [test_dynamic] Error 2
(/usr/bin/make test exited with 512)
Thanks, Frank