koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha koha.upgrade,1.3,1.4


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha koha.upgrade,1.3,1.4
Date: Fri, 11 Oct 2002 23:09:05 -0700

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

Modified Files:
        koha.upgrade 
Log Message:
Removed the dependency on Set::Scalar.


Index: koha.upgrade
===================================================================
RCS file: /cvsroot/koha/koha/koha.upgrade,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** koha.upgrade        22 Jul 2002 22:33:03 -0000      1.3
--- koha.upgrade        12 Oct 2002 06:09:03 -0000      1.4
***************
*** 122,126 ****
  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|
--- 122,125 ----




reply via email to

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