Directories disappear
nigelhorne opened this issue · 1 comments
nigelhorne commented
Installing from guthub seems to work, but installing from CPAN doesn't. Perl Makefile.PL:
Creating the download directory lib/Geo/Coder/Free/MaxMind/databases
...
- cd lib/Geo/Coder/Free/MaxMind/databases
bin/create_sqlite: line 8: cd: lib/Geo/Coder/Free/MaxMind/databases: No such file or directory
It looks like it's not being copied from lib to blib:
cp lib/Geo/Coder/Free/GeoNames/databases/allCountries.txt blib/lib/Geo/Coder/Free/GeoNames/databases/allCountries.txt
but there's no similar copy of the MaxMind directory
nigelhorne commented
Looks like LWP::Simple::getstore downloads the file (using getprint instead of getstore shows the file), but it doesn't actually save it in $file