Algorithm-SpatialIndex

 view release on metacpan or  search on metacpan

t/30strategy-quadtree.t  view on Meta::CPAN

use strict;
use warnings;
use Test::More tests => 70;
use Algorithm::SpatialIndex;

my $tlibpath;
BEGIN {
  $tlibpath = -d "t" ? "t/lib" : "lib";
}
use lib $tlibpath;

use Algorithm::SpatialIndex::QTreeTest;
Algorithm::SpatialIndex::QTreeTest->run('Memory');



( run in 0.574 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )