Add missing test dependency on Test::MockModule
This should have been done in 6ae5fe62d7
but I forgot.
This commit is contained in:
parent
bba1ecfe27
commit
d309732480
2 changed files with 3 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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 \
|
||||
;
|
||||
|
|
|
@ -68,6 +68,7 @@ m4_foreach_w([_m], [
|
|||
HTTP::Response
|
||||
IO::Socket::IP
|
||||
Scalar::Util
|
||||
Test::MockModule
|
||||
Test::TCP
|
||||
Test::Warnings
|
||||
Time::HiRes
|
||||
|
|
Loading…
Reference in a new issue