Algorithm-Evolutionary-Fitness

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use ExtUtils::MakeMaker; #-*-cperl-*-

my @scripts = grep {-f } glob("scripts/*.pl "); # Ripped from Text::PDF

my %make;
if ($ExtUtils::MakeMaker::VERSION > 6.64) {
   $make{META_MERGE} = {
    'meta-spec' => { version => 2 },
        resources => {
            repository => {
                type => 'git',
                url  => 'https://github.com/JJ/algorithm-evolutionary-fitness.git',
                web  => 'https://github.com/JJ/algorithm-evolutionary-fitness',



( run in 1.336 second using v1.01-cache-2.11-cpan-49f99fa48dc )