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

# requires '';

tests 't/*.t';

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