blob: 6643c80d8ab4a829f82871584b646a264b9f2482 (
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
Dancer::Logger::PSGI
|