Skip to content

Commit

Permalink
Merge pull request #167 from andrewjpage/bio_perl_version
Browse files Browse the repository at this point in the history
dont set bioperl version
  • Loading branch information
andrewjpage committed Jul 23, 2015
2 parents 4cd5318 + 6ecc4ca commit 34e696d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist.ini
@@ -1,5 +1,5 @@
name = Bio-Roary
version = 3.2.3
version = 3.2.4
author = Andrew J. Page <ap13@sanger.ac.uk>
license = GPL_3
copyright_holder = Wellcome Trust Sanger Institute
Expand Down
2 changes: 1 addition & 1 deletion lib/Bio/Roary.pm
Expand Up @@ -10,7 +10,7 @@ Create a pan genome

use Moose;
use File::Copy;
use Bio::Perl 1.006924;
use Bio::Perl;
use Bio::Roary::ParallelAllAgainstAllBlast;
use Bio::Roary::CombinedProteome;
use Bio::Roary::External::Cdhit;
Expand Down

0 comments on commit 34e696d

Please sign in to comment.