Bio-Tools-Run-RemoteBlast

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.010.
use strict;
use warnings;

use 5.006;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Object for remote execution of the NCBI Blast via HTTP",
  "AUTHOR" => "Jason Stajich <jason\@bioperl.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Bio-Tools-Run-RemoteBlast",
  "EXE_FILES" => [
    "bin/bp_remote_blast.pl"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "Bio::Tools::Run::RemoteBlast",
  "PREREQ_PM" => {
    "Bio::Root::IO" => 0,
    "Bio::Root::Version" => 0,
    "Bio::SearchIO" => 0,
    "Bio::SeqIO" => 0,
    "Exporter" => 0,
    "Getopt::Long" => 0,
    "HTTP::Request::Common" => 0,
    "IO::String" => 0,
    "LWP" => 0,
    "base" => 0,
    "constant" => 0,
    "strict" => 0,
    "vars" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Test::More" => 0
  },
  "VERSION" => "1.7.3",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Bio::Root::IO" => 0,
  "Bio::Root::Version" => 0,
  "Bio::SearchIO" => 0,
  "Bio::SeqIO" => 0,
  "Exporter" => 0,
  "File::Spec" => 0,
  "Getopt::Long" => 0,
  "HTTP::Request::Common" => 0,
  "IO::Handle" => 0,
  "IO::String" => 0,
  "IPC::Open3" => 0,
  "LWP" => 0,
  "Test::More" => 0,
  "base" => 0,
  "constant" => 0,
  "strict" => 0,
  "vars" => 0,
  "warnings" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}

delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };

WriteMakefile(%WriteMakefileArgs);



( run in 1.032 second using v1.01-cache-2.11-cpan-39bf76dae61 )