[Bioperl-guts-l] [15494] bioperl-db/trunk/Build.PL: version to 1.6.9 (pre-1.7)
Christopher John Fields
cjfields at dev.open-bio.org
Mon Feb 2 16:12:42 EST 2009
Revision: 15494
Author: cjfields
Date: 2009-02-02 16:12:42 -0500 (Mon, 02 Feb 2009)
Log Message:
-----------
version to 1.6.9 (pre-1.7)
Modified Paths:
--------------
bioperl-db/trunk/Build.PL
Modified: bioperl-db/trunk/Build.PL
===================================================================
--- bioperl-db/trunk/Build.PL 2009-02-02 21:12:20 UTC (rev 15493)
+++ bioperl-db/trunk/Build.PL 2009-02-02 21:12:42 UTC (rev 15494)
@@ -5,8 +5,8 @@
# Uses a custom subclass of Module::Build called Bio::Root::Build
-my $v = '1.006000';
use strict;
+my $v = '1.006900'; # pre-1.7, requires bioperl-live main trunk
eval "use Bio::Root::Build $v";
if ($@) {
# using die so wrappers can catch the error message
More information about the Bioperl-guts-l
mailing list