Algorithm-Evolutionary-Fitness
view release on metacpan or search on metacpan
t/00-load.t view on Meta::CPAN
#!perl -T
use Test::More tests => 1;
use lib qw( lib ../lib ../../lib ); #Just in case we are testing it in-place
BEGIN {
use_ok( 'Algorithm::Evolutionary::Fitness' );
}
diag( "Testing Algorithm::Evolutionary::Fitness $Algorithm::Evolutionary::Fitness::VERSION, Perl $], $^X" );
( run in 0.580 second using v1.01-cache-2.11-cpan-39bf76dae61 )