File: Makefile.PL

package info (click to toggle)
libgeo-hash-xs-perl 0.00015-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 412 kB
  • sloc: perl: 1,981; ansic: 55; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 222 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
use inc::Module::Install;
use File::Spec;

name 'Geo-Hash-XS';
all_from 'lib/Geo/Hash/XS.pm';

test_requires 'Test::More' => '0.94';
use_xshelper;
use_ppport;
cc_warnings;
cc_src_paths 'xs';

author_tests 'xt';

WriteAll;