Add missing test dependency on Test::MockModule

This should have been done in 6ae5fe62d7
but I forgot.
This commit is contained in:
Richard Hansen 2020-07-08 13:36:06 -04:00
parent bba1ecfe27
commit d309732480
2 changed files with 3 additions and 0 deletions

View file

@ -34,6 +34,7 @@ jobs:
libio-socket-inet6-perl \ libio-socket-inet6-perl \
libio-socket-ip-perl \ libio-socket-ip-perl \
libplack-perl \ libplack-perl \
libtest-mockmodule-perl \
libtest-tcp-perl \ libtest-tcp-perl \
libtest-warnings-perl \ libtest-warnings-perl \
liburi-perl \ liburi-perl \
@ -113,6 +114,7 @@ jobs:
perl-HTTP-Daemon-SSL \ perl-HTTP-Daemon-SSL \
perl-IO-Socket-INET6 \ perl-IO-Socket-INET6 \
perl-Plack \ perl-Plack \
perl-Test-MockModule \
perl-Test-TCP \ perl-Test-TCP \
perl-Test-Warnings \ perl-Test-Warnings \
; ;

View file

@ -68,6 +68,7 @@ m4_foreach_w([_m], [
HTTP::Response HTTP::Response
IO::Socket::IP IO::Socket::IP
Scalar::Util Scalar::Util
Test::MockModule
Test::TCP Test::TCP
Test::Warnings Test::Warnings
Time::HiRes Time::HiRes