From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

#!perl
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__
geocode
geocoder
geocoding
GPL
UserAgent
ua