diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-10-23 10:02:00 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-10-23 10:02:00 +0200 |
commit | 27d9af1fb4a634ca7eae73afe45d7f9a86e8bb40 (patch) | |
tree | 6735e967483e272265b88d3cc9dd74f38474816b /Build.PL | |
parent | d748b0c877d5b65b35740824af8f46fc786a487e (diff) |
Build.PL: Switch to GIS::Distance as well
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,8 +31,8 @@ Module::Build->new( 'DateTime' => 0, 'DateTime::Format::Strptime' => 0, 'Encode' => 0, - 'Geo::Distance' => '!= 0.21', 'Getopt::Long' => 0, + 'GIS::Distance' => 0, 'List::Compare' => '0.29', 'List::MoreUtils' => 0, 'List::Util' => 0, |