root/lang/perl/Yacafi/trunk/xt/01_podspell.t @ 23337

Revision 23337, 269 bytes (checked in by yappo, 5 years ago)

add Yet another CGI application framework interface

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
9yappo <at> shibuya <döt> pl
10Yacafi
11CGI
Note: See TracBrowser for help on using the browser.