You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
468 B
23 lines
468 B
use Test::More import => [qw(plan)];
|
|
|
|
plan skip_all => 'Author test' unless $ENV{AUTHOR_TESTING};
|
|
|
|
if (eval { require Test::Spelling }) {
|
|
Test::Spelling->import(qw(add_stopwords all_pod_files_spelling_ok set_spell_cmd));
|
|
} else {
|
|
plan skip_all => 'Test::Spelling required to spell check';
|
|
}
|
|
|
|
add_stopwords(<DATA>);
|
|
set_spell_cmd('aspell list -l en_GB -p /dev/null');
|
|
all_pod_files_spelling_ok();
|
|
|
|
__DATA__
|
|
API
|
|
Dieckow
|
|
GmbH
|
|
Ingy
|
|
git-dch
|
|
merchantability
|
|
Sipwise
|