Revision history for Perl extension Geo::Coder::Google
0.11_04 Tue Jun 4 10:28:00 EDT 2013
- add reverse geocode
0.11_03 Fri Mar 15 09:09:16 EDT 2013
- make the croaking if status not ok
a bit more generic
0.11_02 Mon Nov 26 22:46:31 EST 2012
- croak if geo-coder status is not ok
0.11_01 Wed Sep 12 10:31:24 EDT 2012
- Updated pod to pass tests
- Lazy load LWP::UserAgent and JSON
- Cache JSON object
- Stash data in variables last_data, last_res, last_status
0.11 Wed Jul 25 11:50:34 EDT 2012
- fix live test data
- skip live tests by default, providing an $ENV var to enable them
0.10_01 Tue May 22 10:09:00 EST 2012
- relax the precision in tests
0.10 Fri Dec 16 09:32:00 EST 2011
- non developer release
0.09_02 Tue Dec 13 12:36:00 EST 2011
- fix for RT#73237
0.09_01 Mon Dec 05 17:32:00 EST 2011
- Use Test::Number::Delta to account
for 32bit vs 64bit
0.09 Fri Nov 25 09:42:00 EST 2011
- Add support for Premier Client IDs
(Thanks to Drew Taylor)
0.08 Fri Oct 28 20:18:33 EST 2011
- remove api key requirement
- fix test failures
0.07 Thu Oct 20 13:43:00 EST 2011
- Add support for v3 of the API
0.06 Thu Oct 15 17:31:33 PDT 2009
- This module now adds oe=utf8 to the query parameters by default. This
requests that all data be returned as utf-8, with no Javascript \uXXXX
escaping. (Dave Rolsky)
0.05 Fri Mar 20 16:55:43 PDT 2009
- Added 'gl' country code parameter
(Thanks to Ilia Lobsanov)
0.04 Thu Jan 15 13:08:00 MSK 2009
- Added 'language' attribute for specifying response language
(Thanks to Andrew Shitov)
0.03 Sat Jun 23 11:52:05 PDT 2007
- Added ua() method and document it.
(Thanks to Beirne Konarski)
0.02 Sat Jul 1 12:27:38 JST 2006
- Fix charset= regexp to match with utf-8
0.01 Tue Jun 13 19:54:08 2006
- original version