From: Galen Charlton Date: Thu, 11 Nov 2010 15:26:16 +0000 (-0500) Subject: bug 5389: mark Business::ISBN as a required dependency X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=11d54188f8302aea7cade2d4a9afdaa2f5eb0c7a;p=koha.git bug 5389: mark Business::ISBN as a required dependency Signed-off-by: Galen Charlton Signed-off-by: Chris Nighswonger Signed-off-by: Chris Cormack --- diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 3ac49dc5d0..eadc569386 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -466,7 +466,7 @@ our $PERL_DEPS = { }, 'Business::ISBN' => { 'usage' => 'Core', - 'required' => '0', + 'required' => '1', 'min_ver' => '2.05', }, };