configure.ac: no longer require IO::Socket::IP or IO::Socket::SSL

This commit is contained in:
Reuben Thomas 2023-07-10 09:55:27 +03:00
parent 379b1832de
commit e37cf19350
3 changed files with 0 additions and 5 deletions

View file

@ -27,8 +27,6 @@ jobs:
curl \ curl \
libhttp-daemon-perl \ libhttp-daemon-perl \
libhttp-daemon-ssl-perl \ libhttp-daemon-ssl-perl \
libio-socket-inet6-perl \
libio-socket-ip-perl \
libplack-perl \ libplack-perl \
libtest-mockmodule-perl \ libtest-mockmodule-perl \
libtest-tcp-perl \ libtest-tcp-perl \

View file

@ -63,7 +63,6 @@ maintained through github.com. Please check out https://ddclient.net
* An account from a supported dynamic DNS service provider * An account from a supported dynamic DNS service provider
* Perl v5.10.1 or later * Perl v5.10.1 or later
* `IO::Socket::SSL` perl library for ssl-support
* `JSON::PP` perl library for JSON support * `JSON::PP` perl library for JSON support
* Linux, macOS, or any other Unix-ish system * Linux, macOS, or any other Unix-ish system
* An implementation of `make` (such as [GNU * An implementation of `make` (such as [GNU

View file

@ -44,7 +44,6 @@ m4_foreach_w([_m], [
File::Path File::Path
File::Temp File::Temp
Getopt::Long Getopt::Long
IO::Socket::IP
Socket Socket
Sys::Hostname Sys::Hostname
version=0.77 version=0.77
@ -72,7 +71,6 @@ m4_foreach_w([_m], [
HTTP::Message::PSGI HTTP::Message::PSGI
HTTP::Request HTTP::Request
HTTP::Response HTTP::Response
IO::Socket::SSL
Scalar::Util Scalar::Util
Test::MockModule Test::MockModule
Test::TCP Test::TCP