blob: 3e5fa8c7c3142a0838871b3b3973dc05ff86b381 (
plain) (
tree)
|
|
use inc::Module::Install;
name 'Dancer-Debug';
all_from 'lib/Dancer/Debug.pm';
readme_from 'lib/Dancer/Debug.pm';
# requires '';
tests 't/*.t';
build_requires 'Test::More';
use_test_base;
auto_include;
#auto_include_deps;
author_tests 'xt';
auto_set_repository;
WriteAll;
|