adding cgi::carp module too
[koha_gimpoz] / installer / install.pl
index 25e1245..f1e7431 100755 (executable)
@@ -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 } ) {