blob: 5035ceee5a9fc1868b116b37b765322e2f959c48 (
plain) (
tree)
|
|
use Test::More;
eval q{ use Test::Spelling };
plan skip_all => "Test::Spelling is not installed." if $@;
add_stopwords(map { split /[\s\:\-]/ } <DATA>);
$ENV{LANG} = 'C';
all_pod_files_spelling_ok('lib');
__DATA__
franck cuny
franck@lumberjaph.net
Plack::Middleware::Throttle
|