File: Makefile.PL

package info (click to toggle)
libmath-vector-real-kdtree-perl 0.15-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: perl: 1,385; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
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.16',
                                  'Sort::Key::Top'     => '0.08' },
               ABSTRACT_FROM => 'lib/Math/Vector/Real/kdTree.pm',
               AUTHOR        => 'Salvador FandiƱo <sfandino@yahoo.com>'
             );