Chris Fields writes:
> Unless I'm misreading you I think that's how we're currently running
> things, for instance in Annotation.t:
>
> BEGIN {
> use lib '.';
> use Bio::Root::Test;
>
> test_begin(-tests => 158);
>
> use_ok('Bio::Annotation::Collection');
> [...]
You're spot on. That's exactly what I meant.
g.