From 52092b986604d29231064360555b642606dc654e Mon Sep 17 00:00:00 2001 From: Chris Fields Date: Mon, 27 Oct 2014 22:50:07 -0500 Subject: [PATCH] minor cleanup --- Build.PL | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/Build.PL b/Build.PL index 2eed3961e..fd36f72fd 100644 --- a/Build.PL +++ b/Build.PL @@ -260,7 +260,6 @@ my $build = Bio::Root::Build->new( } }, dynamic_config => 1, - #create_makefile_pl => 'passthrough', recursive_test_files => 1, # Extra files needed for BioPerl modules @@ -272,24 +271,6 @@ my $build = Bio::Root::Build->new( my $accept = $build->args('accept'); -# how much do I hate this? Let me count the ways..... -#if (!$build->feature('EntrezGene')) { -# warn <feature('Bio::DB::GFF') || $build->feature('MySQL Tests') || $build->feature('Pg Tests') || $build->feature('SQLite Tests'); -- 2.11.4.GIT