1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
name = Bio-DB-SeqFeature
version = 1.7.5
author = Lincoln Stein <lstein@cshl.org>
author = Nathan Weeks <Nathan.Weeks@ars.usda.gov>
copyright_holder = Cold Spring Harbor Laboratory, Nathan Weeks, Ontario Institute for Cancer Research
license = Perl_5
;; Modules should be fixed so that these don't have to be removed.
[@BioPerl]
-remove = PodCoverageTests
-remove = PodWeaver
-remove = Test::EOL
-remove = Test::NoTabs
;; Skip requiring DBD::Pg
AutoPrereqs.skips[0] = ^DBD::\S+$
;; skip compilation tests, which fail if DBD::* modules aren't installed
Test::Compile.skip[0] = Bio::DB::SeqFeature::Store::DBI::Pg
Test::Compile.skip[1] = Bio::DB::SeqFeature::Store::DBI::SQLite
|