/usr/local/CPAN/Test-Spelling/Makefile.PL


use inc::Module::Install;

name       'Test-Spelling';
all_from   'lib/Test/Spelling.pm';
repository 'http://github.com/bestpractical/test-spelling';

requires 'Pod::Spell' => '1.01';

WriteAll;