Bio-MUST-Core

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

    "bin/change-ids-ali.pl",
    "bin/classify-ali.pl",
    "bin/export-itol.pl",
    "bin/extract-ali.pl",
    "bin/fasta2ali.pl",
    "bin/fetch-tax.pl",
    "bin/format-tree.pl",
    "bin/idealize-ali.pl",
    "bin/import-itol.pl",
    "bin/inst-abbr-ids.pl",
    "bin/inst-qual-filter.pl",
    "bin/inst-split-seqs.pl",
    "bin/inst-tax-filter.pl",
    "bin/jack-ali-dir.pl",
    "bin/list2mapper.pl",
    "bin/mask-ali.pl",
    "bin/phylip2ali.pl",
    "bin/prune-ali.pl",
    "bin/prune-tree.pl",
    "bin/rest-ids-ali.pl",
    "bin/setup-taxdir.pl",
    "bin/split-matrix.pl",
    "bin/split-rates-ali.pl",
    "bin/stock2ali.pl",
    "bin/subs-forest.pl",
    "bin/tab2mapper.pl",
    "bin/tax-filter-ali.pl",
    "bin/tax-mask-ali.pl",
    "bin/tree2list.pl",
    "bin/tree2tpl.pl"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.013002",
  "NAME" => "Bio::MUST::Core",
  "PREREQ_PM" => {
    "Algorithm::NeedlemanWunsch" => 0,
    "Archive::Zip" => 0,
    "Bio::LITE::Taxonomy::NCBI" => "0.10",
    "Bio::LITE::Taxonomy::NCBI::Gi2taxid" => 0,
    "Bio::Phylo::IO" => 0,
    "Carp" => 0,
    "Config::Any" => 0,
    "Const::Fast" => 0,
    "Date::Format" => 0,
    "Exporter::Easy" => 0,
    "File::Basename" => 0,
    "File::Find::Rule" => 0,
    "File::Spec" => 0,
    "File::Temp" => 0,
    "Getopt::Euclid" => 0,
    "Graphics::ColorNames" => 0,
    "Graphics::ColorNames::HTML" => 0,
    "Graphics::ColorNames::WWW" => 0,
    "HTTP::Request::Common" => 0,
    "IPC::System::Simple" => 0,
    "LWP::Protocol::https" => 0,
    "LWP::Simple" => 0,
    "LWP::UserAgent" => 0,
    "List::AllUtils" => "0.12",
    "List::Compare" => 0,
    "Modern::Perl" => 0,
    "Moose" => 0,
    "Moose::Role" => 0,
    "Moose::Util::TypeConstraints" => 0,
    "MooseX::NonMoose" => 0,
    "MooseX::SemiAffordanceAccessor" => 0,
    "MooseX::Storage" => 0,
    "POSIX" => 0,
    "Path::Class" => 0,
    "Scalar::Util" => 0,
    "Smart::Comments" => 0,
    "Statistics::Descriptive" => 0,
    "Storable" => 0,
    "Test::Files" => 0,
    "Test::Most" => 0,
    "Tie::IxHash" => 0,
    "Try::Tiny" => 0,
    "Try::Tiny::Warnings" => 0,
    "XML::Bare" => "0.53",
    "YAML::XS" => 0,
    "aliased" => 0,
    "autodie" => 0,
    "feature" => 0,
    "namespace::autoclean" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Test::Deep" => 0
  },
  "VERSION" => "0.240390",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Algorithm::NeedlemanWunsch" => 0,
  "Archive::Zip" => 0,
  "Bio::LITE::Taxonomy::NCBI" => "0.10",
  "Bio::LITE::Taxonomy::NCBI::Gi2taxid" => 0,
  "Bio::Phylo::IO" => 0,
  "Carp" => 0,
  "Config::Any" => 0,
  "Const::Fast" => 0,
  "Date::Format" => 0,
  "Exporter::Easy" => 0,
  "File::Basename" => 0,
  "File::Find::Rule" => 0,
  "File::Spec" => 0,
  "File::Temp" => 0,
  "Getopt::Euclid" => 0,
  "Graphics::ColorNames" => 0,
  "Graphics::ColorNames::HTML" => 0,
  "Graphics::ColorNames::WWW" => 0,
  "HTTP::Request::Common" => 0,
  "IPC::System::Simple" => 0,
  "LWP::Protocol::https" => 0,
  "LWP::Simple" => 0,
  "LWP::UserAgent" => 0,
  "List::AllUtils" => "0.12",
  "List::Compare" => 0,
  "Modern::Perl" => 0,
  "Moose" => 0,
  "Moose::Role" => 0,
  "Moose::Util::TypeConstraints" => 0,
  "MooseX::NonMoose" => 0,
  "MooseX::SemiAffordanceAccessor" => 0,
  "MooseX::Storage" => 0,
  "POSIX" => 0,
  "Path::Class" => 0,
  "Scalar::Util" => 0,
  "Smart::Comments" => 0,
  "Statistics::Descriptive" => 0,
  "Storable" => 0,
  "Test::Deep" => 0,
  "Test::Files" => 0,
  "Test::Most" => 0,
  "Tie::IxHash" => 0,
  "Try::Tiny" => 0,
  "Try::Tiny::Warnings" => 0,
  "XML::Bare" => "0.53",
  "YAML::XS" => 0,
  "aliased" => 0,
  "autodie" => 0,
  "feature" => 0,
  "namespace::autoclean" => 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 0.363 second using v1.00-cache-2.02-grep-82fe00e-cpan-2c419f77a38b )