diff --git a/Changes b/Changes index 2f9ae141..e4d67ffb 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Geo-Coder-Free 0.24 + Deal wit + https://github.com/apache/commons-csv/commit/914f2c41557bdd3dcde8d10d6f128fa3bb307b11 Makefile.PL: used to not download any file if it exists, now it will download the file if it's older than a week diff --git a/Makefile.PL b/Makefile.PL index a79c0452..2e35d114 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -39,7 +39,7 @@ my %urls = ( # 'https://geocode.nigelhorne.com/lib/Geo/Coder/Free/MaxMind/databases/cities.sql' => 'lib/Geo/Coder/Free/MaxMind/databases/cities.sql', # 'http://download.maxmind.com/download/worldcities/worldcitiespop.txt.gz' => 'lib/Geo/Coder/Free/MaxMind/databases/cities.csv.gz', # This data are 7 years out of date, and are unconsistent with the Geonames database - 'https://github.com/apache/commons-csv/blob/master/src/test/resources/perf/worldcitiespop.txt.gz?raw=true' => 'lib/Geo/Coder/Free/MaxMind/databases/cities.csv.gz', + 'https://github.com/apache/commons-csv/blob/master/src/test/resources/org/apache/commons/csv/perf/worldcitiespop.txt.gz?raw=true' => 'lib/Geo/Coder/Free/MaxMind/databases/cities.csv.gz', 'http://download.geonames.org/export/dump/allCountries.zip' => 'lib/Geo/Coder/Free/GeoNames/databases/allCountries.zip', );