root/lang/perl/Module-Setup/trunk/t/97_podspell.t @ 21432

Revision 21432, 275 bytes (checked in by yappo, 5 years ago)

add walf

Line 
1use Test::More;
2eval q{ use Test::Spelling };
3plan skip_all => "Test::Spelling is not installed." if $@;
4add_stopwords(map { split /[\s\:\-]/ } <DATA>);
5$ENV{LANG} = 'C';
6all_pod_files_spelling_ok('lib');
7__DATA__
8Kazuhiro Osawa
9Module::Setup
10Miyagawa
11Tatsuhiko
12pmsetup
13walf
Note: See TracBrowser for help on using the browser.