File: Makefile.PL

package info (click to toggle)
libgeohash-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 252 kB
  • sloc: perl: 1,880; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 288 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use inc::Module::Install;
name 'Geohash';
all_from 'lib/Geohash.pm';
readme_from 'lib/Geohash.pm';
readme_markdown_from 'lib/Geohash.pm';
githubmeta;

requires 'parent';
requires 'Geo::Hash';
build_requires 'Test::More';

tests 't/*.t';
author_tests 'xt';

auto_set_repository;
WriteAll;