Acme-Math-PerfectChristmasTree

 view release on metacpan or  search on metacpan

xt/podspell.t  view on Meta::CPAN


use strict;
use warnings;
use Test::More;

eval q{ use Test::Spelling };

plan skip_all => q{Test::Spelling is not installed.}
  if $@;

add_stopwords( map { /(\w+)/g } <DATA> );
$ENV{LANG} = 'C';
all_pod_files_spelling_ok('lib');

__DATA__
MERCHANTABILITY
moznion



( run in 0.974 second using v1.01-cache-2.11-cpan-49f99fa48dc )