[Dbix-class] DBIC dependencies on CDBI

Paul Makepeace lists.rawmode.org at paulm.com
Sat Nov 19 12:12:08 CET 2005


Je 2005-11-15 18:21:38 +0000, Matt S Trout skribis:
> On Tue, Nov 15, 2005 at 03:33:21PM +0000, Paul Makepeace wrote:
> > Hi there, performing a fresh install I noticed that CDBICompat requires
> > Class::Trigger and DBIx::ContextualFetch - I added these to the Build.PL
> > (and committed them) but then discovered the tests use
> > Class::DBI::Relationship::HasA which is part of Class::DBI.
> 
> That's ... interesting. Which tests for what use it?

$ find . -name '*.t' | xargs grep 'Class::DBI'
./t/cdbi-t/15-accessor.t: sub Class::DBI::sheep { ok 0; }
./t/cdbi-t/18-has_a.t:          use base 'Class::DBI::Relationship::HasA';
./t/cdbi-t/12-filter.t:package Class::DBI::My::Iterator;
./t/cdbi-t/12-filter.t:Actor->iterator_class('Class::DBI::My::Iterator');
./t/cdbi-t/02-Film.t: #if !$Class::DBI::Weaken_Is_Available;
$

Second one down.

Paul

-- 
Paul Makepeace .............................. http://paulm.com/inchoate/

"If we run out of single malt, then who knows what'll happen."
   -- http://paulm.com/toys/surrealism/



More information about the Dbix-class mailing list