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

#!perl -w
use strict;
use Test::DescribeMe qw(author);
use Test::Needs 'Test::Strict';
Test::Strict->import();
all_perl_files_ok();
warnings_ok('lib/Geo/Coder/Free.pm');