root/lang/perl/HTTP-Engine/trunk/t/97_podspell.t @ 25212

Revision 25212, 493 bytes (checked in by tokuhirom, 4 years ago)

added whitelist

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
9HTTP::Engine
10FastCGI
11HTTPEx
12PLUGINS
13namespace
14plugins
15COMMITTERS
16adaptor
17lestrrat
18tokuhirom
19Tokuhiro
20Matsuno
21marcus
22nyarla
23wiki
24Coro
25preforking
26yaml
27CGI
28Daisuke
29Maki
30STDOUT
31TODO
32XXX
33dann
34handler's
35hidek
36webapp
37typester
38lopnor
39filename
40TCP
41pre
42pm
43kawa
44walf
45shibuya
Note: See TracBrowser for help on using the browser.