AI-ParticleSwarmOptimization

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

#!/usr/bin/perl
use ExtUtils::MakeMaker;

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    dist         => {TARFLAGS => '--create --verbose --mode=0700 --file '},
    NAME         => 'AI::ParticleSwarmOptimization',
    LICENSE      => 'perl',
    VERSION_FROM => 'lib/AI/ParticleSwarmOptimization.pm', # finds \$VERSION
    AUTHOR       => 'Peter Jaquiery (grandpa@cpan.org)',
    ABSTRACT     => 'OO Perl implementation of Particle Swarm Optimization',
    PREREQ_PM    => {
        'Math::Random::MT' => '0',
    },
);



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