AI-Genetic-Pro

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



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Efficient genetic algorithms for professional purpose with support for multiprocessing.",
  "AUTHOR" => "\x{141}ukasz Strzelecki <lukasz\@strzeleccy.eu>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "AI-Genetic-Pro",
  "LICENSE" => "lgpl",
  "NAME" => "AI::Genetic::Pro",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Class::Accessor::Fast::XS" => 0,
    "Clone" => 0,
    "Digest::MD5" => 0,
    "Exporter::Lite" => 0,
    "GD::Graph::linespoints" => "1.54",
    "List::MoreUtils" => 0,
    "List::Util" => 0,
    "MCE" => "1.874",
    "MCE::Map" => "1.874",
    "Math::Random" => "0.72",
    "Storable" => "2.05",
    "Struct::Compare" => 0,
    "Tie::Array::Packed" => "0.13",
    "UNIVERSAL::require" => 0
  },
  "VERSION" => "1.009",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Class::Accessor::Fast::XS" => 0,
  "Clone" => 0,
  "Digest::MD5" => 0,
  "Exporter::Lite" => 0,
  "GD::Graph::linespoints" => "1.54",
  "List::MoreUtils" => 0,
  "List::Util" => 0,
  "MCE" => "1.874",
  "MCE::Map" => "1.874",
  "Math::Random" => "0.72",
  "Storable" => "2.05",
  "Struct::Compare" => 0,
  "Tie::Array::Packed" => "0.13",
  "UNIVERSAL::require" => 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 0.240 second using v1.01-cache-2.11-cpan-4d50c553e7e )