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 aefbd2f commit da46272Copy full SHA for da46272
1 file changed
dist.ini
@@ -6,18 +6,18 @@ license = Perl_5
6
copyright_holder = OpenCage GmbH
7
8
[Prereqs / RuntimeRequires]
9
-Carp = >= 1.54 ;
10
-Cpanel::JSON::XS = >= 4.40 ;
11
-HTTP::Tiny = >= 0.083 ;
12
-IO::Socket::SSL = >= 2.068 ;
+Carp = 1.54
+Cpanel::JSON::XS = 4.40
+HTTP::Tiny = 0.083
+IO::Socket::SSL = 2.068
13
JSON::MaybeXS = 1.004003
14
-Scalar::Util = >= 1.63 ;
15
-URI = >= 5.19 ;
+Scalar::Util = 1.63
+URI = 5.19
16
17
[Prereqs / TestRequires]
18
LWP::Protocol::https = 6.10
19
LWP::UserAgent = 6.55
20
-Mozilla::CA = >= 20240313 ;
+Mozilla::CA = 20240313
21
Net::Ping = 2.73
22
Test::Exception = 0.32
23
Test::More = 0.92
0 commit comments