[Koha-cvs] CVS: koha installer-lite.pl,1.3,1.4

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


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

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


Index: installer-lite.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer-lite.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** installer-lite.pl	30 Sep 2002 16:14:46 -0000	1.3
--- installer-lite.pl	12 Oct 2002 06:08:37 -0000	1.4
***************
*** 75,79 ****
  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" };
  
  #
--- 75,78 ----





More information about the Koha-cvs mailing list