Skip to content

Commit

Permalink
Needs CGI::Carp
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jul 3, 2024
1 parent 5b1680c commit b575f2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ my $test_requires = {

if($ENV{'AUTHOR_TESTING'}) {
$test_requires->{'CGI::ACL'} = 0;
$test_requires->{'CGI::Carp'} = 0;
$test_requires->{'FCGI'} = 0;
$test_requires->{'FCGI::Buffer'} = 0;
$test_requires->{'HTML::SocialMedia'} = 0;
Expand Down
2 changes: 1 addition & 1 deletion t/openaddr.t
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ OPENADDR: {

$location = $geo_coder->geocode('Indiana, USA');
cmp_deeply($location,
methods('lat' => num(39, 1), 'long' => num(-86, 1)));
methods('lat' => num(39.5, 1), 'long' => num(-86, 1)));

$location = $geo_coder->geocode('Indianapolis, Indiana, USA');
ok(defined($location));
Expand Down

0 comments on commit b575f2c

Please sign in to comment.