root/lang/perl/DBIx-Class-FromFormValidatorSimple/trunk/t/97_podspell.t @ 1038

Revision 1038, 190 bytes (checked in by woremacx, 6 years ago)

lang/perl/DBIx-Class-FromFormValidatorSimple?: imported

Line 
1use Test::More;
2eval q{ use Test::Spelling };
3plan skip_all => "Test::Spelling is not installed." if $@;
4add_stopwords(<DATA>);
5all_pod_files_spelling_ok('lib');
6__DATA__
7Tatsuhiko
8Miyagawa
Note: See TracBrowser for help on using the browser.