Bio-MUST-Apps-Physeter

 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.024.
use strict;
use warnings;

use 5.010;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Dummy internal class for physeter tool",
  "AUTHOR" => "Denis BAURAIN <denis.baurain\@uliege.be>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Bio-MUST-Apps-Physeter",
  "EXE_FILES" => [
    "bin/physeter.pl"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010",
  "NAME" => "Bio::MUST::Apps::Physeter",
  "PREREQ_PM" => {
    "Bio::FastParsers" => "0.201110",
    "Bio::FastParsers::Blast::Table" => 0,
    "Bio::MUST::Core" => "0.201060",
    "Bio::MUST::Core::Ali" => 0,
    "Bio::MUST::Core::Taxonomy" => 0,
    "File::Basename" => 0,
    "File::Find::Rule" => 0,
    "File::Slurp" => 0,
    "Getopt::Euclid" => 0,
    "List::AllUtils" => 0,
    "Modern::Perl" => 0,
    "POSIX" => 0,
    "Parallel::Batch" => 0,
    "Path::Class" => 0,
    "Smart::Comments" => 0,
    "Test::Most" => 0,
    "Tie::IxHash" => 0,
    "aliased" => 0,
    "autodie" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "VERSION" => "0.213470",
  "test" => {
    "TESTS" => ""
  }
);


my %FallbackPrereqs = (
  "Bio::FastParsers" => "0.201110",
  "Bio::FastParsers::Blast::Table" => 0,
  "Bio::MUST::Core" => "0.201060",
  "Bio::MUST::Core::Ali" => 0,
  "Bio::MUST::Core::Taxonomy" => 0,
  "File::Basename" => 0,
  "File::Find::Rule" => 0,
  "File::Slurp" => 0,
  "Getopt::Euclid" => 0,
  "List::AllUtils" => 0,
  "Modern::Perl" => 0,
  "POSIX" => 0,
  "Parallel::Batch" => 0,
  "Path::Class" => 0,
  "Smart::Comments" => 0,
  "Test::Most" => 0,
  "Tie::IxHash" => 0,
  "aliased" => 0,
  "autodie" => 0,
  "strict" => 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);

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.493 second using v1.00-cache-2.02-grep-82fe00e-cpan-f73e49a70403 )