Subject: | bin/ca should use $^X instead of perl |
This call in bin/ca seems to be problematic:
system("perl $Bin/../lib/Geo/Coder/CA.pm 1600 Pennsylvania Avenue NW, Washington DC");
In some environments it means that the wrong perl is picked. This is causing test errors which look like prerequisites are not met. Probably it's better to use $^X instead of perl here.