Search Criteria
Package Details: perl-geo-distance 0.25-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/perl-geo-distance.git (read-only, click to copy) |
|---|---|
| Package Base: | perl-geo-distance |
| Description: | Geo::Distance - Perl interface to calculate geo distance from latitude and longitude |
| Upstream URL: | https://metacpan.org/release/Geo-Distance |
| Licenses: | GPL, PerlArtistic |
| Submitter: | eworm |
| Maintainer: | eworm |
| Last Packager: | eworm |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2010-07-29 23:33 (UTC) |
| Last Updated: | 2021-07-09 06:28 (UTC) |
Latest Comments
dreieck commented on 2022-02-19 08:20 (UTC)
It needs to depend on
perl-gis-distance.Line 7 of
/usr/share/perl5/vendor_perl/Geo/Distance.pmcontains:and software that needs
perl-geo-distancefails with the following output, ifperl-gis-distanceis not present:Thanks for maintaining and adding that dependency!
(Much better would be if you could pack
Geo::Distancewithout the need forGIS::Distance, since the latter is problematic to install. But this may be beyond your scope.)