root/lang/perl/RPC-XML-Parser-LibXML/trunk/t/97_podspell.t @ 18399

Revision 18399, 312 bytes (checked in by mattn, 5 years ago)

add 'libxml' into stop words in POD.

RevLine 
[7452]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__
8Tokuhiro Matsuno
9RPC::XML::Parser::LibXML
10tokuhirom
11AAJKLFJEF
12GMAIL
13COM
14Tatsuhiko
15Miyagawa
[18399]16libxml
Note: See TracBrowser for help on using the browser.