[Bioperl-guts-l] bioperl-run Makefile.PL,1.22,1.23
Senduran Balasubramaniam
sendu at dev.open-bio.org
Tue Dec 5 15:07:13 EST 2006
Update of /home/repository/bioperl/bioperl-run
In directory dev.open-bio.org:/tmp/cvs-serv20202
Modified Files:
Makefile.PL
Log Message:
version increase for final release, improved warning
Index: Makefile.PL
===================================================================
RCS file: /home/repository/bioperl/bioperl-run/Makefile.PL,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** Makefile.PL 23 Nov 2006 18:40:30 -0000 1.22
--- Makefile.PL 5 Dec 2006 20:07:11 -0000 1.23
***************
*** 19,29 ****
If you're seeing this message whilst installing with CPAN, consider
! killing this installation and changing your CPAN configuration before
trying to install again:
! cpan> o conf init prefer_installer
! Choose 'MB'.
! cpan> o conf commit
! cpan> q
--!
--- 19,34 ----
If you're seeing this message whilst installing with CPAN, consider
! stopping this installation and changing your CPAN configuration before
trying to install again:
! cpan>install CPAN
! cpan>reload CPAN
! cpan>install Module::Build
! cpan>o conf prefer_installer MB
! cpan>o conf commit
! cpan>q
!
! Otherwise, if you would like to install the optional dependencies,
! install Bundle::BioPerl v2.1.8 or greater
--!
***************
*** 50,54 ****
use Cwd;
! my $VERSION = 1.005002_003;
$VERSION = eval $VERSION;
--- 55,59 ----
use Cwd;
! my $VERSION = 1.005002_100;
$VERSION = eval $VERSION;
More information about the Bioperl-guts-l
mailing list