root/lang/perl/Acme-tsundere/trunk/t/97_podspell.t @ 2510

Revision 2510, 244 bytes (checked in by yappo, 5 years ago)

lang/perl/Acme-tsundere: import

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
9Acme::tsundere
Note: See TracBrowser for help on using the browser.