File: Changes

package info (click to toggle)
libgeo-coder-googlev3-perl 0.17-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: perl: 126; makefile: 4
file content (82 lines) | stat: -rw-r--r-- 1,824 bytes parent folder | download | duplicates (2)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Revision history for Perl extension Geo::Coder::Googlev3.

0.17  2018-03-10
	- fixed test for changed results (Toledo, US moved)

0.16  2017-07-14
	- new parameter key
	- new parameter use_https
	- no default for sensor is set anymore
	- failing bounds test is now marked as TODO (RT #122485)
	- improved test diagnostics

0.15
	- fixed test for changed results (Brandenburger Tor vs Pariser Platz)

0.14
	- documentation fix [github.com pull request #2]
	- fixed test for changed results (Oeschelbronner Weg vs. Path)

0.13
	- stable release with all changes in 0.12_50..0.12_51

0.12_51
	- all test cases (also the first one) are run using
	  safe_geocode

0.12_50
	- sensor is settable [rt.cpan.org #78520]
	- specified POD encoding [rt.cpan.org #89213]

0.12
	- fixed test for changed results (Toledo, ES moved)

0.11
	- stable release with all changes in 0.10_50..0.10_52

0.10_52
	- implemented bounds parameter and accessor

0.10_51
	- again just test fixes, protecting against
	  OVER_QUERY_LIMIT in tests

0.10_50
	- various test fixes for changed Google output, and
	  protect from floating point inaccuracy

0.10
	- accessors for region and language (provided by abh)

0.09
	- default LWP::UserAgent object sets env_proxy
	  [rt.cpan.org #66480] and sets timeout to 15s
	- tests are skipped if there's no network connection
	  [rt.cpan.org #65873]

0.08
	- fixed test for changed results [rt.cpan.org #68437]

0.07
	- ZERO_RESULTS is not anymore an error, but is returned as an
	  empty result
	- raw option

0.06
	- more diagnostics if an API call failed (status!=OK)

0.05
	- geocode method now returns multiple results in list context

0.04
	- just another test fix

0.03
	- fixed test to accommodate changed results from Google

0.02
	- more Pod
	- more tests (region-specific)

0.01
	- first working version