Acme-FizzBuzz

 view release on metacpan or  search on metacpan

xt/podspell.t  view on Meta::CPAN

use Test::More;
eval q{ use Test::Spelling };
plan skip_all => "Test::Spelling is not installed." if $@;
add_stopwords(map { split /[\s\:\-]/ } <DATA>);
$ENV{LANG} = 'C';
all_pod_files_spelling_ok('lib');
__DATA__
Kazuhiro Osawa
Acme::FizzBuzz
shibuya



( run in 0.787 second using v1.01-cache-2.11-cpan-39bf76dae61 )