The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use inc::Module::Install;
name 'App-envfile';
all_from 'lib/App/envfile.pm';

recommends 'Data::Encoder', 0.05;
test_requires 'Test::More', 0.98;

install_script 'bin/envfile';

tests join q{ }, map { sprintf 't%s.t', '/*' x $_ } 1..3;
author_tests 'xt';

auto_set_repository();

WriteAll;