From 8fdbaa827b78788e56772f732b6e8542a7633d22 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 Signed-off-by: Jared Camins-Esakov Still works, and the newly-provided unit tests have good test coverage: C4/UploadedFiles.pm 90.7 65.0 66.7 100.0 100.0 0.2 86.4 --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 5a6a868..0a5b909 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -684,6 +684,11 @@ our $PERL_DEPS = { 'required' => '0', 'min_ver' => '1.44', }, + 'Test::CGI::Multipart' => { + 'usage' => 'Tests', + 'required' => '0', + 'min_ver' => '0.0.3', + } }; 1; -- 1.7.9.5