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

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 12 08:09:05 CEST 2002


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 ----





More information about the Koha-cvs mailing list