To install perl-bp from the tar-ball:

tar -zxvf perl-bp-<VERSION>.tar.gz
cd perl-bp-<VERSION>
make install

To place the libraries or binaries in non-default locations, replace
the last line with:

make BPHOME=<somewhere in @INC> BINDEST=<somewhere in $PATH> install

