Skip to content

Commit da46272

Browse files
committed
in dist.ini = already means minimum version, no >= needed
1 parent aefbd2f commit da46272

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

dist.ini

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

88
[Prereqs / RuntimeRequires]
9-
Carp = >= 1.54 ;
10-
Cpanel::JSON::XS = >= 4.40 ;
11-
HTTP::Tiny = >= 0.083 ;
12-
IO::Socket::SSL = >= 2.068 ;
9+
Carp = 1.54
10+
Cpanel::JSON::XS = 4.40
11+
HTTP::Tiny = 0.083
12+
IO::Socket::SSL = 2.068
1313
JSON::MaybeXS = 1.004003
14-
Scalar::Util = >= 1.63 ;
15-
URI = >= 5.19 ;
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 ;
20+
Mozilla::CA = 20240313
2121
Net::Ping = 2.73
2222
Test::Exception = 0.32
2323
Test::More = 0.92

0 commit comments

Comments
 (0)