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

# requires '';

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

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