Skip Menu |

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

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

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

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



Subject: -nan returned from distance_to
Here's how to reproduce the bug: $ perl -E 'use Data::Dumper; use Geo::Calc::XS; print Dumper( Geo::Calc::XS->new( lat => 4, lon => -70)->distance_to({ lat => 71, lon => 50}) );' $VAR1 = '-nan';