summaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: b657f2cbffd660163f3c901d0a562c7da739dc4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
use inc::Module::Install;
name 'Net-Backtype';
all_from 'lib/Net/Backtype.pm';

# requires '';

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

build_requires 'Test::More';
use_test_base;
auto_include;
WriteAll;