[BioSQL-l] Is @ISA correct for Bio::DB::Query::QueryConstraint?

Tim Henderson tjh@alodar.com
Thu, 17 Oct 2002 17:28:36 -0700


Currently the code says this:

@ISA = qw(Bio::Root::RootI);

Shouldn't it be this?

@ISA = qw(Bio::Root::Root);

I'm getting complaints about not being able to locate the method 
verbose()...


-- Tim