root/lang/perl/Acme-PSON/tags/0.03/t/spelling.t @ 8990

Revision 8990, 159 bytes (checked in by tomyhero, 5 years ago)

lang/perl/Acme-PSON : add spelling.t

Line 
1use Test::More;
2use Test::Spelling;
3$ENV{LANG} = 'C';
4add_stopwords(<DATA>);
5all_pod_files_spelling_ok();
6
7__END__
8Tomohiro
9Teranishi
10Masahiro
11Funakoshi
12pson
13
Note: See TracBrowser for help on using the browser.