From dcbd4f99c80d9c6e1335277e180cc1c2ba045235 Mon Sep 17 00:00:00 2001 From: cjfields Date: Thu, 21 Feb 2008 19:20:21 +0000 Subject: [PATCH] add Graph::Directed to requirements for tests svn path=/bioperl-live/trunk/; revision=14526 --- t/SeqFeatAnnotated.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/SeqFeatAnnotated.t b/t/SeqFeatAnnotated.t index ecd499d8b..8216f3842 100644 --- a/t/SeqFeatAnnotated.t +++ b/t/SeqFeatAnnotated.t @@ -7,7 +7,7 @@ BEGIN { use lib 't/lib'; use BioperlTest; - test_begin(-tests => 34, -requires_module => 'URI::Escape'); + test_begin(-tests => 34, -requires_modules => [qw(URI::Escape Graph::Directed)]); use_ok('Bio::SeqFeature::Generic'); use_ok('Bio::SeqFeature::Annotated'); -- 2.11.4.GIT