The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

#!perl -wT
use strict;
if($ENV{AUTHOR_TESTING}) {
eval 'use Test::Spelling';
if($@) {
plan(skip_all => 'Test::Spelling required for testing POD spelling');
} else {
add_stopwords(<DATA>);
all_pod_files_spelling_ok();
}
} else {
plan(skip_all => 'Author tests not required for installation');
}
__END__
CPAN
CPANTS
GPL
MetaCPAN