configure.ac: no longer require IO::Socket::IP or IO::Socket::SSL
This commit is contained in:
parent
379b1832de
commit
e37cf19350
3 changed files with 0 additions and 5 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -27,8 +27,6 @@ jobs:
|
|||
curl \
|
||||
libhttp-daemon-perl \
|
||||
libhttp-daemon-ssl-perl \
|
||||
libio-socket-inet6-perl \
|
||||
libio-socket-ip-perl \
|
||||
libplack-perl \
|
||||
libtest-mockmodule-perl \
|
||||
libtest-tcp-perl \
|
||||
|
|
|
@ -63,7 +63,6 @@ maintained through github.com. Please check out https://ddclient.net
|
|||
|
||||
* An account from a supported dynamic DNS service provider
|
||||
* Perl v5.10.1 or later
|
||||
* `IO::Socket::SSL` perl library for ssl-support
|
||||
* `JSON::PP` perl library for JSON support
|
||||
* Linux, macOS, or any other Unix-ish system
|
||||
* An implementation of `make` (such as [GNU
|
||||
|
|
|
@ -44,7 +44,6 @@ m4_foreach_w([_m], [
|
|||
File::Path
|
||||
File::Temp
|
||||
Getopt::Long
|
||||
IO::Socket::IP
|
||||
Socket
|
||||
Sys::Hostname
|
||||
version=0.77
|
||||
|
@ -72,7 +71,6 @@ m4_foreach_w([_m], [
|
|||
HTTP::Message::PSGI
|
||||
HTTP::Request
|
||||
HTTP::Response
|
||||
IO::Socket::SSL
|
||||
Scalar::Util
|
||||
Test::MockModule
|
||||
Test::TCP
|
||||
|
|
Loading…
Reference in a new issue