koha-cvs
[Top][All Lists]
Advanced

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

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha installer-lite.pl,1.3,1.4
Date: Fri, 11 Oct 2002 23:08:39 -0700

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




reply via email to

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