The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;
use Test::More;

eval q{ use Test::Spelling; !system qw(which spell) or die };
plan skip_all => "Test::Spelling and spell(1) are not available." if $@;

add_stopwords(map { split /[\s\:\-]/ } <DATA>);
$ENV{LANG} = 'C';
all_pod_files_spelling_ok('lib');

__DATA__
Module::Install::TestTarget
env
preload
foo
APP
PurePerl
XS
backend
memcached
mysqld

# personal section
xaicron
xaicron {at} cpan.org
Yuji Shimada
Goro Fuji
gfx
Maki Daisuke
lestrrat