The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use 5.010;

use ExtUtils::MakeMaker;

WriteMakefile( NAME          => 'Math::Vector::Real::kdTree',
               VERSION_FROM  => 'lib/Math/Vector/Real/kdTree.pm',
               PREREQ_PM     => { 'Math::Vector::Real' => '0.06',
                                  'Sort::Key::Top'     => '0.06' },
               ABSTRACT_FROM => 'lib/Math/Vector/Real/kdTree.pm',
               AUTHOR        => 'Salvador FandiƱo <sfandino@yahoo.com>'
             );