Revision history for Geo-Coder-CA
0.14 Fri Apr 21 13:49:22 EDT 2023
Calling new on an object now returns a clone rather than setting the defaults in the new object
geocoder.ca is now HTTPS
Changed croak to carp on API failure
Remove unused modules
Work around for https://github.com/nigelhorne/Geo-Coder-CA/issues/61
which is a problem with does_carp_that_matches() in Test::Carp
which I often have problems with
0.13 Fri Oct 21 10:04:43 EDT 2022
Fix RT#141487 (SREZIC)
Move to GitHub to track bugs
Use JSON::MaybeXS instead of JSON
0.12 Wed Feb 9 14:43:26 EST 2022
Compress the traffic
0.11 Jul 12, 2018
Fix http://www.cpantesters.org/cpan/report/548cb7a4-7f04-11e8-9c78-3a8d13bf8fb6
0.10 Thu Jul 5 08:50:21 EDT 2018
Fix http://www.cpantesters.org/cpan/report/0b994acc-7a03-11e8-a944-5f7713bf8fb6
Small cleanups
0.09 Tue Jun 26 08:39:52 EDT 2018
Remove provides statement from Makefile.PL
Only run live tests when RELEASE_TESTING is set
0.08 Tue May 8 15:32:03 EDT 2018
Fixed RT#125249
0.07 Sun 29 Apr 11:12:04 EDT 2018
Better integration with HTML::GoogleMaps::V3, but loss of some funcionality as a result
Check $rc exists before deferencing to get 'error' value
Change tests for changing results from geocode.ca
0.06 Sat Oct 28 10:07:39 EDT 2017
Allow CA.pm to be run from the command line
Fix http://www.cpantesters.org/cpan/report/161e11f8-bb9a-11e7-a1cf-bb670eaac09d
0.05 Tue Oct 24 23:00:22 EDT 2017
Back out 0.04 - too many false positives
Enable strict mode
0.04 Fri Oct 20 22:15:05 EDT 2017
Look up county names as well
0.03 Tue May 16 11:38:17 EDT 2017
Removed redundant code
Only run on-line tests when wanted
0.02 Tue 9 May 21:54:02 EDT 2017
Added LWP::Protocol::https as a pre-requisite
Verify reverse_geocode works
0.01 Tue May 9 17:42:52 EDT 2017
First version