From c8bdf5c8e3b3f12be1ea89dcdee778fb2c8fbb30 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Thu, 18 May 2023 13:37:59 -0400 Subject: [PATCH] Add Test::MockModule prerequisite needed for some tests This was apparently missed when an email test was added to 3.9. Signed-off-by: Jason Stephenson --- Open-ILS/src/extras/install/Makefile.debian-bullseye | 1 + Open-ILS/src/extras/install/Makefile.debian-buster | 1 + Open-ILS/src/extras/install/Makefile.debian-stretch | 1 + Open-ILS/src/extras/install/Makefile.ubuntu-bionic | 1 + Open-ILS/src/extras/install/Makefile.ubuntu-focal | 1 + 5 files changed, 5 insertions(+) diff --git a/Open-ILS/src/extras/install/Makefile.debian-bullseye b/Open-ILS/src/extras/install/Makefile.debian-bullseye index 0cc634d8fb..27e695b03e 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-bullseye +++ b/Open-ILS/src/extras/install/Makefile.debian-bullseye @@ -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\ diff --git a/Open-ILS/src/extras/install/Makefile.debian-buster b/Open-ILS/src/extras/install/Makefile.debian-buster index 57fae8496c..94a7e439ce 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-buster +++ b/Open-ILS/src/extras/install/Makefile.debian-buster @@ -101,6 +101,7 @@ export CPAN_MODULES = \ Geo::Coder::Google \ Business::OnlinePayment::PayPal \ String::KeyboardDistance \ + Test::MockModule \ Text::Levenshtein::Damerau::XS \ Email::Send diff --git a/Open-ILS/src/extras/install/Makefile.debian-stretch b/Open-ILS/src/extras/install/Makefile.debian-stretch index d242aa64cc..f88d874c95 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-stretch +++ b/Open-ILS/src/extras/install/Makefile.debian-stretch @@ -100,6 +100,7 @@ export CPAN_MODULES = \ Geo::Coder::Google \ Business::OnlinePayment::PayPal \ String::KeyboardDistance \ + Test:MockModule \ Text::Levenshtein::Damerau::XS \ Email::Send diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-bionic b/Open-ILS/src/extras/install/Makefile.ubuntu-bionic index 11a2ff5d46..5003ba5939 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-bionic +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-bionic @@ -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\ diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-focal b/Open-ILS/src/extras/install/Makefile.ubuntu-focal index 74badd855b..644ac690f2 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-focal +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-focal @@ -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\ -- 2.11.0