in reply to Re: Trojan Perl Distributions
in thread Trojan Perl Distributions

But DBD::SQLite is quite a big dependency to have, as it includes the complete SQLite database code. The PPM includes the binary libraries. Plus the fact that several modules depend on specific features of a particular database, which are not part of SQLite. However, I do agree that it is another alternative.

--
Barbie | Birmingham Perl Mongers | http://birmingham.pm.org/

Replies are listed 'Best First'.
Re: Re: Re: Trojan Perl Distributions
by perrin (Chancellor) on May 05, 2004 at 19:12 UTC
    It's not a dependency unless you want to run the tests. It just skips them if you don't have SQLite installed. I think that's more reasonable than trying to do a test that doesn't really prove anything.