The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789 use Test::More;eval q{ use Test::Spelling };plan skip_all => "Test::Spelling is not installed." if $@;add_stopwords(<DATA>);set_spell_cmd("aspell -l en list");all_pod_files_spelling_ok('lib');__DATA__TatsuhikoMiyagawa
use
Test::More;
eval
q{ use Test::Spelling }
;
plan
skip_all
=>
"Test::Spelling is not installed."
if
$@;
add_stopwords(<DATA>);
set_spell_cmd(
"aspell -l en list"
);
all_pod_files_spelling_ok(
'lib'
__DATA__
Tatsuhiko
Miyagawa