Skip Menu |

This queue is for tickets about the DBIx-Class-Tokenize CPAN distribution.

Report information
The Basics
Id: 42158
Status: new
Priority: 0/
Queue: DBIx-Class-Tokenize

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.01
Fixed in: (no value)



Subject: DBD::SQLite dependency handled inconsistently
% grep -r DBD t t/00-load.t: eval "use DBD::SQLite"; t/00-load.t: ? ( skip_all => 'needs DBD::SQLite for testing' ) t/lib/DBIC/Test.pm: eval 'use DBD::SQLite'; t/lib/DBIC/Test.pm: BAIL_OUT('DBD::SQLite not installed'); One part of the tests thinks it should skip_all when SQLite isn't installed, another part thinks it's time to bail out. If the latter wins, then DBD::SQLite should be a declared dependency. Apparently the latter wins here: http://www.nntp.perl.org/group/perl.cpan.testers/2009/01/msg2989752.html Regards,