adding cgi::carp module too
authorMason James <mtj@arwen.metavore.com>
Fri, 28 Sep 2007 01:48:25 +0000 (20:48 -0500)
committerChris Cormack <crc@liblime.com>
Fri, 28 Sep 2007 21:40:32 +0000 (16:40 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
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 } ) {