The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use inc::Module::Install 1.01;

all_from      '[% path %]';
requires_from '[% path %]';
test_requires 'Test::More' => '0.42';

WriteAll;