From 6951fac18d0910928e93e56eb88c59a86d54f341 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 Content-Type: text/plain; charset=utf-8 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 --- 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.7.6