File: Makefile.PL

package info (click to toggle)
libgeo-wkt-simple-perl 0.05-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 160 kB
  • sloc: perl: 1,407; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 208 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
use inc::Module::Install;

name 'Geo-WKT-Simple';
all_from 'lib/Geo/WKT/Simple.pm';

tests 't/*.t';

requires 'parent';
test_requires 'Test::More';

# readme_markdown_from 'lib/Geo/WKT/Simple.pm';

WriteAll;