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-ExtraTests');
all_from('lib/Module/Install/ExtraTests.pm');
repository('git://git.codesimply.com/Module-Install-ExtraTests.git');
auto_manifest;
extra_tests;
WriteAll;