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

name     'Module-Install-AutoManifest';
all_from 'lib/Module/Install/AutoManifest.pm';
author   'Hans Dieter Pearcey <hdp@cpan.org>';

build_requires 'Test::More';

extra_tests;
WriteAll;