Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed May 31, 2020
1 parent d7ef51f commit a5125f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 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

Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -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',
);

Expand Down

0 comments on commit a5125f4

Please sign in to comment.