Add Test::MockModule prerequisite needed for some tests
authorJason Stephenson <jason@sigio.com>
Thu, 18 May 2023 17:37:59 +0000 (13:37 -0400)
committerJason Stephenson <jason@sigio.com>
Thu, 18 May 2023 17:37:59 +0000 (13:37 -0400)
This was apparently missed when an email test was added to 3.9.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/extras/install/Makefile.debian-bullseye
Open-ILS/src/extras/install/Makefile.debian-buster
Open-ILS/src/extras/install/Makefile.debian-stretch
Open-ILS/src/extras/install/Makefile.ubuntu-bionic
Open-ILS/src/extras/install/Makefile.ubuntu-focal

index 0cc634d..27e695b 100644 (file)
@@ -64,6 +64,7 @@ export DEBS = \
        libsru-perl\
        libssh2-1-dev\
        libtemplate-plugin-posix-perl\
+       libtest-mockmodule\
        libtest-warn-perl\
        libtest-output-perl\
        libtext-aspell-perl\
index 57fae84..94a7e43 100644 (file)
@@ -101,6 +101,7 @@ export CPAN_MODULES = \
        Geo::Coder::Google \
        Business::OnlinePayment::PayPal \
        String::KeyboardDistance \
+       Test::MockModule \
        Text::Levenshtein::Damerau::XS \
        Email::Send
 
index d242aa6..f88d874 100644 (file)
@@ -100,6 +100,7 @@ export CPAN_MODULES = \
        Geo::Coder::Google \
        Business::OnlinePayment::PayPal \
        String::KeyboardDistance \
+       Test:MockModule \
        Text::Levenshtein::Damerau::XS \
        Email::Send
 
index 11a2ff5..5003ba5 100644 (file)
@@ -61,6 +61,7 @@ export DEBS = \
        libsru-perl\
        libssh2-1-dev\
        libtemplate-plugin-posix-perl\
+       libtest-mockmodule\
        libtest-warn-perl\
        libtest-output-perl\
        libtext-aspell-perl\
index 74badd8..644ac69 100644 (file)
@@ -61,6 +61,7 @@ export DEBS = \
        libsru-perl\
        libssh2-1-dev\
        libtemplate-plugin-posix-perl\
+       libtest-mockmodule\
        libtest-warn-perl\
        libtest-output-perl\
        libtext-aspell-perl\