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