From 4e0886a9ea30143596eac36ae4be4482081cf875 Mon Sep 17 00:00:00 2001 From: Scott Cain Date: Wed, 15 Nov 2006 14:49:57 +0000 Subject: [PATCH] update installer for change in bioperl versioning --- bin/windows_install.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/windows_install.pl b/bin/windows_install.pl index 91624d073..738f9b880 100755 --- a/bin/windows_install.pl +++ b/bin/windows_install.pl @@ -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'); }