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

# requires '';

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

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