Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Authentication-Store-DBIC CPAN distribution.

Report information
The Basics
Id: 17213
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-Authentication-Store-DBIC

People
Owner: Nobody in particular
Requestors: simonw [...] digitalcraftsmen.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.04
Fixed in: 0.05



Subject: Undocumented requirement for Class::DBI
TestApp::Model::CDBI::CDBI has a requirement on Class::DBI and the tests therefore fail if Class::DBI is not installed. Unclear whether this should be changed to DBIx::Class, selected in a BEGIN block or made a pre-req, therefore I've not attempted a patch. Simon Wilcox.
Hola, It appears rt.cpan.org was not notifying of new bugs (at least not me). I'll sit on andyg's head till he fixes it, or I can clear some time to fix this. It's a test bug- CDBI is not a prereq - the tests that use TestApp should be skipped if Class::DBI is not present, and this is appearantly only half-done. On Sun Jan 22 18:40:52 2006, guest wrote: Show quoted text
> TestApp::Model::CDBI::CDBI has a requirement on Class::DBI and the tests > therefore fail if Class::DBI is not installed. > > Unclear whether this should be changed to DBIx::Class, selected in a > BEGIN block or made a pre-req, therefore I've not attempted a patch. > > Simon Wilcox.
This should be fixed as of 0.05 -- you need one of Class::DBI or DBIx::Class, but not both.