From 1da1402c96994fb8f23da0f74c1b6be386d6964e Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 6 Dec 2013 10:15:52 +0100 Subject: [PATCH] Bug 11124: QA Follow-up adding optional dependency HTTPD::Bench::ApacheBench This dependency is used in load testing (misc/load_testing/*) Test plan: Check if you see the dependency listed on About/Perl modules. Verify if the version information is correct. Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index b769c48..9b4b3b6 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -699,6 +699,11 @@ our $PERL_DEPS = { 'required' => '1', 'min_ver' => '0.008', }, + 'HTTPD::Bench::ApacheBench' => { + 'usage' => 'Load testing', + 'required' => '0', + 'min_ver' => '0.73', + }, }; 1; -- 1.7.2.5