From bd9341d8dea5a99ad786701c1ec24b520431d765 Mon Sep 17 00:00:00 2001 From: Mason James Date: Thu, 27 Sep 2007 20:48:25 -0500 Subject: [PATCH] adding cgi::carp module too Signed-off-by: Chris Cormack --- installer/install.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/installer/install.pl b/installer/install.pl index 25e1245e5a..f1e74317e9 100755 --- a/installer/install.pl +++ b/installer/install.pl @@ -109,6 +109,10 @@ if ( $step && $step == 1 ) { unless ( eval { require XML::RSS } ) { push @missing, { name => "XML::RSS" }; } + unless ( eval { require CGI::Carp } ) { + push @missing, { name => "CGI::Carp" }; + } + # The following modules are not mandatory, depends on how the library want to use Koha unless ( eval { require PDF::API2 } ) { -- 2.39.5