From d5bc7cc072a27c36103d372293902a2094888123 Mon Sep 17 00:00:00 2001 From: sendu Date: Tue, 5 Dec 2006 20:11:32 +0000 Subject: [PATCH] version increase for final release, added Build.PL warning svn path=/bioperl-db/trunk/; revision=597 --- Makefile.PL | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index ebede74..127adcd 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,6 +3,46 @@ ## $Id$ ##---------------------------------------------------- +# This still works, but has been superceded by Build.PL +# Please use Build.PL in preference + +warn <<'WARN'; +!-- + Bioperl is transitioning from Makefile.PL-based installations to Build.PL + + This Makefile.PL should still work fine, but please try Build.PL instead, + especially if you run into any non-test-related problems: + + perl Build.PL + ./Build test + ./Build install + + 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 + +--! + +WARN + +for (1..5) { + local $| = 1; + print ". "; + sleep(1); +} +print "\n"; + + # # Start with object preamble and setup of variables that might need changing # in the future @@ -15,7 +55,7 @@ use File::Spec::Functions; use ExtUtils::MakeMaker; use Cwd; -my $VERSION = 1.005002_003; +my $VERSION = 1.005002_100; $VERSION = eval $VERSION; # All Bioperl dependencies on external modules are defined here -- 2.11.4.GIT