[Bioperl-l] ./Build install doesn't install bioperl-run

Peng Yu pengyu.ut at gmail.com
Sun Jun 6 13:01:14 UTC 2010


I downloaded bioperl-live and bioperl-run by svn. bioperl-live is
installed correctly.

$ echo $PERL5LIB

$ cat main.pl
#!/usr/bin/env perl

use strict;
use warnings;
use Bio::Perl;

print Bio::Perl->VERSION, "\n";

$ ./main.pl
1.0069

However, bioperl-run seems can be compiled but can not be installed.

bioperl-run$ ./Build install
Building BioPerl-Run

I'm wondering how to fix the problem.

-- 
Regards,
Peng



More information about the Bioperl-l mailing list