forked from arcanez/geo-coder-google
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
34 lines (25 loc) · 983 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Revision history for Perl extension Geo::Coder::Google
0.09 Unreleased
- Add support for Premier Client IDs
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