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