source: projects/vine-spec-skeleton/tags/release-0.4/xt/01_podspell.t @ 488

Revision 488, 252 bytes checked in by iwaim, 14 years ago (diff)

vine-spec-skeleton: 0.1

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__
8iwaim
9iwai@alib.jp
10vine-spec-skeleton
Note: See TracBrowser for help on using the repository browser.