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.10,1.11


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha installer.pl,1.10,1.11
Date: Fri, 11 Oct 2002 23:08:54 -0700

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

Modified Files:
        installer.pl 
Log Message:
Removed the dependency on Set::Scalar.


Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** installer.pl        24 Sep 2002 12:56:02 -0000      1.10
--- installer.pl        12 Oct 2002 06:08:52 -0000      1.11
***************
*** 146,150 ****
  unless (eval {require Date::Manip})       { push @missing,"Date::Manip" };
  unless (eval {require DBD::mysql})        { push @missing,"DBD::mysql" };
- unless (eval {require Set::Scalar})       { push @missing,"Set::Scalar" };
  unless (eval {require Net::Z3950})        { 
      print qq|
--- 146,149 ----




reply via email to

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