From d3097324806f5d3834b803e16dc5916fe29a434d Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Wed, 8 Jul 2020 13:36:06 -0400 Subject: [PATCH] Add missing test dependency on Test::MockModule This should have been done in 6ae5fe62d7a5d60c4a875258ea422d59a744cacc but I forgot. --- .github/workflows/ci.yml | 2 ++ configure.ac | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca6d200..4ad62c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: libio-socket-inet6-perl \ libio-socket-ip-perl \ libplack-perl \ + libtest-mockmodule-perl \ libtest-tcp-perl \ libtest-warnings-perl \ liburi-perl \ @@ -113,6 +114,7 @@ jobs: perl-HTTP-Daemon-SSL \ perl-IO-Socket-INET6 \ perl-Plack \ + perl-Test-MockModule \ perl-Test-TCP \ perl-Test-Warnings \ ; diff --git a/configure.ac b/configure.ac index 33b88fd..e0dc09a 100644 --- a/configure.ac +++ b/configure.ac @@ -68,6 +68,7 @@ m4_foreach_w([_m], [ HTTP::Response IO::Socket::IP Scalar::Util + Test::MockModule Test::TCP Test::Warnings Time::HiRes