use Test::More; eval q{ use Test::Spelling }; plan skip_all => "Test::Spelling is not installed." if $@; add_stopwords(); all_pod_files_spelling_ok('lib'); __DATA__ Koichi Taniguchi