Algorithm-SpatialIndex
view release on metacpan or search on metacpan
t/40strategy-octtree.t view on Meta::CPAN
use strict;
use warnings;
use Test::More tests => 90;
use Algorithm::SpatialIndex;
my $tlibpath;
BEGIN {
$tlibpath = -d "t" ? "t/lib" : "lib";
}
use lib $tlibpath;
use Algorithm::SpatialIndex::OTreeTest;
Algorithm::SpatialIndex::OTreeTest->run('Memory');
( run in 0.581 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )