[Koha-cvs] CVS: koha installer.pl,1.10,1.11

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


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





More information about the Koha-cvs mailing list