#!perl
# this script is used to test whether bioperl is installed
use strict;
use warnings;
use Bio::TreeIO;

