aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2018-04-17 14:55:13 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2018-04-17 14:55:13 +0200
commita2b74de60d4885e5b318de6e2c67f6a4bba8296f (patch)
treeda83e80cc90461fb4ddef2b6231e5c476f84e6c9 /Makefile.PL
parent155bd0baa629b3ca26869353bdb251bb4f2a3e65 (diff)
downloadacmeman-a2b74de60d4885e5b318de6e2c67f6a4bba8296f.tar.gz
acmeman-a2b74de60d4885e5b318de6e2c67f6a4bba8296f.tar.bz2
Add null domain source.
* Makefile.PL: Lower some prerequisite requirements. * acmeman: Document the null source. * lib/App/Acmeman/Source/Null.pm: New file.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 32fb598..53ed39a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -23,15 +23,15 @@ my %makefile_args = (
'Crypt::Format' => 0.06,
'Crypt::OpenSSL::PKCS10' => 0.16,
'Crypt::OpenSSL::RSA' => 0.28,
- 'Crypt::OpenSSL::X509' => 1.808,
+ 'Crypt::OpenSSL::X509' => 1.804,
'DateTime::Format::Strptime' => 1.42,
- 'LWP::UserAgent' => 6.13,
- 'LWP::Protocol::https' => 6.07,
+ 'LWP::UserAgent' => 6.05,
+ 'LWP::Protocol::https' => 6.04,
'Pod::Usage' => 1.51,
'Pod::Man' => 2.25,
'Text::ParseWords' => 3.27,
'Data::Dumper' => 0,
- 'Net::DNS' => 1.06,
+ 'Net::DNS' => 0.68,
'Sys::Hostname' => 1.16
},

Return to:

Send suggestions and report system problems to the System administrator.