Skip to content

Commit

Permalink
update installer for change in bioperl versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Cain committed Nov 15, 2006
1 parent 430c557 commit 4e0886a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/windows_install.pl
Expand Up @@ -65,7 +65,7 @@
CPAN::Shell->install('Class::Base');
CPAN::Shell->install('Digest::MD5');

unless (eval "use Bio::Perl 1.52; 1") {
unless (eval "use Bio::Perl 1.005002; 1") {
print STDERR "Installing BioPerl...\n";
do_install(BIOPERL,'bioperl-1.52.tar.gz','bioperl-live');
}
Expand Down

0 comments on commit 4e0886a

Please sign in to comment.