From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456789101112 #!perl -wuse strict;use warnings;use Test::DescribeMe qw(author);use Test::Most;use Test::Needs 'Test::Strict';Test::Strict->import();all_perl_files_ok();warnings_ok('lib/Geo/Coder/Free.pm');
#!perl -w
use
strict;
warnings;
Test::DescribeMe
qw(author)
;
Test::Most;
Test::Needs
'Test::Strict'
Test::Strict->
import
();
all_perl_files_ok();
warnings_ok(
'lib/Geo/Coder/Free.pm'
);