aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-04-01 08:57:28 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2017-04-01 08:58:05 +0200
commit10a8d44e07504176be9e5a583128b09271b4dcf9 (patch)
tree38a9c4cb32d4f91d40cc69a420eae884c00b6db3 /Makefile.PL
parentb535ec32984f37a0d88c8822e352d95075cabe50 (diff)
downloadacmeman-10a8d44e07504176be9e5a583128b09271b4dcf9.tar.gz
acmeman-10a8d44e07504176be9e5a583128b09271b4dcf9.tar.bz2
Use LWP::UserAgent instead of WWW::Curl::Easy
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index bfa834a..1798216 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -13,7 +13,8 @@ use ExtUtils::AutoInstall (
'Crypt::OpenSSL::RSA' => 0.28,
'Crypt::OpenSSL::X509' => 1.807,
'DateTime::Format::Strptime' => 1.42,
- 'WWW::Curl::Easy' => 4.17,
+ 'LWP::UserAgent' => 6.15,
+ 'LWP::Protocol::https' => 6.07,
'Pod::Usage' => 1.51,
'Pod::Man' => 2.25,
'Data::Dumper' => 0

Return to:

Send suggestions and report system problems to the System administrator.