Skip to content

Commit 606df05

Browse files
authored
pin previously unpinned versions (#19)
1 parent 95ed1e8 commit 606df05

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Revision history for Geo-Coder-OpenCage
22

33
unreleased
4+
dependencies:
5+
- bump HTTP::Tiny to 0.83 (shipped with Perl 5.38), pin previously unpinned versions
6+
- move Scalar::Util to RuntimeRequires (was misclassified as test-only)
7+
- drop Pod::Perldoc from RuntimeRequires (not actually used)
48
code fixes:
59
- valid_params list wasn't actually used
610
- valid_params warned if a parameter value was 0 (e.g. 'no_dedupe' can be set to 0)

dist.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ license = Perl_5
66
copyright_holder = OpenCage GmbH
77

88
[Prereqs / RuntimeRequires]
9-
Carp = 0
10-
Cpanel::JSON::XS = >= 4.21 ;
11-
HTTP::Tiny = 0
9+
Carp = >= 1.54 ;
10+
Cpanel::JSON::XS = >= 4.40 ;
11+
HTTP::Tiny = >= 0.083 ;
1212
IO::Socket::SSL = >= 2.068 ;
1313
JSON::MaybeXS = 1.004003
14-
Pod::Perldoc = >= 3.21 ;
15-
URI = 0
14+
Scalar::Util = >= 1.63 ;
15+
URI = >= 5.19 ;
1616

1717
[Prereqs / TestRequires]
1818
LWP::Protocol::https = 6.10
1919
LWP::UserAgent = 6.55
20+
Mozilla::CA = >= 20240313 ;
2021
Net::Ping = 2.73
21-
Scalar::Util = 0
2222
Test::Exception = 0.32
2323
Test::More = 0.92
2424
Test::Pod = 1.51
25-
Test::Warn = 0
25+
Test::Warn = 0.37
2626

2727
[GatherDir]
2828

0 commit comments

Comments
 (0)