use inc::Module::Install;

name           'Config-Tiny';
all_from       'lib/Config/Tiny.pm';
build_requires 'Test::More' => '0.47';

WriteAll;
