File: Makefile.PL

package info (click to toggle)
libgps-point-perl 0.20-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 132 kB
  • sloc: perl: 310; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
use ExtUtils::MakeMaker;
WriteMakefile(
  NAME         =>'GPS::Point',
  VERSION_FROM =>'lib/GPS/Point.pm',
  AUTHOR       =>'Michael R. Davis (account=>perl,tld=>com,domain=>michaelrdavis)',
  ABSTRACT_FROM=> 'lib/GPS/Point.pm',
  LICENSE      => 'bsd',
  PREREQ_PM    => {
                   'Test::Simple'        => 0.44,
                   'Test::Number::Delta' => 0,
                   'Scalar::Util'        => 1.02,
                  },
);