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

# requires '';
requires 'Moose';
requires 'Test::Class';
requires 'Test::Exception';

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

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