Skip Menu |

This queue is for tickets about the Geo-Coder-CA CPAN distribution.

Report information
The Basics
Id: 125249
Status: resolved
Priority: 0/
Queue: Geo-Coder-CA

People
Owner: NHORNE [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.07
Fixed in: 0.08



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.
Fixed in github. Also applied to Geo::Coder::US::Census.