Skip to content

Commit

Permalink
add Bio::SeqFeature::Lite to the Makefile.PL, which will cause setup.…
Browse files Browse the repository at this point in the history
…sh to make sure it's installed. fixes #212
  • Loading branch information
rbuels committed Mar 13, 2013
1 parent ec2308e commit 100c0ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ my %WriteMakefileArgs = (
"Bio::OntologyIO" => 0,
"Bio::Root::Version" => "1.006000",
"Bio::SeqFeature::Annotated" => 0,
"Bio::SeqFeature::Lite" => 0, #< for Bio::DB::BAM
"Carp" => 0,
"Cache::Ref::FIFO" => 0,
"Cwd" => 0,
Expand Down

0 comments on commit 100c0ec

Please sign in to comment.