use inc::Module::Install 1.01;

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

WriteAll;