Skip to content

Commit

Permalink
Fixed to not load SSL libraries when they aren't being used.
Browse files Browse the repository at this point in the history
  • Loading branch information
kissake committed Oct 12, 2022
1 parent 3d2b677 commit f48a9f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion find_unresolved_clusters3.pl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
no warnings 'deprecated';
use Bio::TreeIO::newick;
use Net::FTP::Tiny;
use IO::Socket::SSL;
use Bio::TreeIO;

my $treefile=$ARGV[0];
Expand Down

0 comments on commit f48a9f1

Please sign in to comment.