File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Revision history for Geo-Coder-OpenCage
22
33unreleased
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)
Original file line number Diff line number Diff line change @@ -6,23 +6,23 @@ license = Perl_5
66copyright_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 ;
1212IO::Socket::SSL = >= 2.068 ;
1313JSON::MaybeXS = 1.004003
14- Pod:: Perldoc = >= 3.21 ;
15- URI = 0
14+ Scalar:: Util = >= 1.63 ;
15+ URI = >= 5.19 ;
1616
1717[Prereqs / TestRequires]
1818LWP::Protocol::https = 6.10
1919LWP::UserAgent = 6.55
20+ Mozilla::CA = >= 20240313 ;
2021Net::Ping = 2.73
21- Scalar::Util = 0
2222Test::Exception = 0.32
2323Test::More = 0.92
2424Test::Pod = 1.51
25- Test::Warn = 0
25+ Test::Warn = 0.37
2626
2727[GatherDir]
2828
You can’t perform that action at this time.
0 commit comments