Skip Menu |

This queue is for tickets about the Geo-Calc CPAN distribution.

Report information
The Basics
Id: 101322
Status: new
Priority: 0/
Queue: Geo-Calc

People
Owner: Nobody in particular
Requestors: daviddlowe.flimm [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.12
Fixed in: (no value)



Subject: Can't take sqrt of negative number
To reproduce this bug: perl -E'use Geo::Calc; say Geo::Calc->new( lat => 4, lon => -70)->distance_to({ lat => 71, lon => 50});' It gives this error: Can't take sqrt of -0.050985 at Geo/Calc.pm line 167.