From cb2117ff5b20b53d63834ea566e27f2bb60fb912 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Thu, 11 Apr 2013 12:43:05 +0000 Subject: [PATCH] Bug 6874: Add dependency to Test::CGI::Multipart --- 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 5671b50..c619019 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -679,6 +679,11 @@ our $PERL_DEPS = { 'required' => '0', 'min_ver' => '9999.13', }, + 'Test::CGI::Multipart' => { + 'usage' => 'Tests', + 'required' => '0', + 'min_ver' => '0.0.3', + } }; 1; -- 1.7.2.5