We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a173495 commit 2954d84Copy full SHA for 2954d84
2 files changed
Changes
@@ -1,5 +1,8 @@
1
Revision history for Geo-Coder-OpenCage
2
3
+0.43 2026-06-07
4
+ - dependency Carp version 1.54 doesn't exist (yet), use 1.50 -- thanks blb8
5
+
6
0.42 2026-06-02
7
- only run Perl::Critic tests locally, not as part of perltesters
8
dist.ini
@@ -1,12 +1,12 @@
name = Geo-Coder-OpenCage
-version = 0.42
+version = 0.43
abstract = Forward and reverse geocoding with the OpenCage Geocoding API
author = Ed Freyfogle <cpan@opencagedata.com>
license = Perl_5
copyright_holder = OpenCage GmbH
[Prereqs / RuntimeRequires]
9
-Carp = 1.54
+Carp = 1.50
10
Cpanel::JSON::XS = 4.40
11
HTTP::Tiny = 0.083
12
IO::Socket::SSL = 2.068
0 commit comments