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

name       'Test-Spelling';
all_from   'lib/Test/Spelling.pm';
githubmeta;

requires 'Pod::Spell' => '1.01';
test_requires 'Test::More' => '0.88';
test_requires 'Test::Tester';

manifest_skip;
auto_manifest;
WriteAll;