Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #40 from cwittmer/master
fix deps
  • Loading branch information
cjfields committed Aug 24, 2012
2 parents a6515da + 5958362 commit 2134908
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Build.PL
Expand Up @@ -141,11 +141,6 @@ my %recommends = (
'Text::ParseWords' => [0,
'Test scripts/Bio::DB::SeqFeature::Store::FeatureFileLoader'],

'URI::Escape' => [0,
'Dealing with web resources/Bio::FeatureIO::gff,Bio::FeatureIO::interpro,'.
'Bio::DB::Biblio::eutils,Bio::DB::EUtilParameters,'.
'Bio::DB::Query::GenBank,Bio::DB::NCBIHelper,Bio::SeqFeature::Annotated'],

'XML::DOM::XPath' => [0.13,
'parsing interpro features/Bio::FeatureIO::interpro'],

Expand Down Expand Up @@ -201,10 +196,11 @@ my $build = Bio::Root::Build->new(
},

build_requires => {
'Test::Most' => 0,
'CPAN' => 1.81,
'Module::Build' => 0.2805,
'Test::Harness' => 2.62,
'CPAN' => 1.81
'Test::Most' => 0,
'URI::Escape' => 0
},

recommends => {
Expand Down

0 comments on commit 2134908

Please sign in to comment.