summary refs log tree commit diff
path: root/Makefile.PL
blob: 65c54dadecae960e33c8f062022691cbd6df01e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use inc::Module::Install;
name 'presque-worker';
all_from 'lib/presque/worker.pm';
readme_from 'lib/presque/worker.pm';

# requires '';

tests 't/*.t';

build_requires 'Test::More';
use_test_base;
auto_include;
#auto_include_deps;
author_tests 'xt';
auto_set_repository;
WriteAll;