Source: libgeo-distance-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo, libmath-complex-perl, libtest-fatal-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgeo-distance-perl.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgeo-distance-perl.git Homepage: https://metacpan.org/release/Geo-Distance Package: libgeo-distance-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Description: calculate distances and closest locations Geo::Distance is a Perl library aiming to provide as many tools to make it as simple as possible to calculate distances between geographic points, and anything that can be derived from that. Currently there is support for finding the closest locations within a specified distance, to find the closest number of points to a specified point, and to do basic point-to-point distance calculations. . NB! The alternative GIS::Distance module is being worked on as a replacement for this module. In the near future Geo::Distance will become a lightweight wrapper around GIS::Distance so that legacy code benefits from fixes to GIS::Distance through the old Geo::Distance API. For any new development it is recommended to try use GIS::Distance.