koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha installer.pl,1.2.2.29,1.2.2.30


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha installer.pl,1.2.2.29,1.2.2.30
Date: Tue, 25 Jun 2002 11:54:13 -0700

Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv21297

Modified Files:
      Tag: rel-1-2
        installer.pl 
Log Message:
Considered adding Net::Z3950 to the perl modules checked for in installer.pl,
but it predepends on the yaz client being installed, so it is sure to fail to
install using CPAN alone.  Should probably just issue a warning if this module
is missing, as it is non-critical.


Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.2.2.29
retrieving revision 1.2.2.30
diff -C2 -r1.2.2.29 -r1.2.2.30
*** installer.pl        25 Jun 2002 18:46:35 -0000      1.2.2.29
--- installer.pl        25 Jun 2002 18:54:11 -0000      1.2.2.30
***************
*** 63,66 ****
--- 63,67 ----
  unless (eval {require DBD::mysql})        { push @missing,"DBD::mysql" };
  unless (eval {require Set::Scalar})       { push @missing,"Set::Scalar" };
+ #unless (eval {require Net::Z3950})        { push @missing,"Net::Z3950" };
  
  #




reply via email to

[Prev in Thread] Current Thread [Next in Thread]