koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha Install.pm,1.1.2.8,1.1.2.9


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha Install.pm,1.1.2.8,1.1.2.9
Date: Fri, 26 Jul 2002 21:43:41 -0700

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

Modified Files:
      Tag: rel-1-2
        Install.pm 
Log Message:
Unintentional duplication of Set::Scalar requirement.


Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/Attic/Install.pm,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -C2 -r1.1.2.8 -r1.1.2.9
*** Install.pm  27 Jul 2002 04:34:43 -0000      1.1.2.8
--- Install.pm  27 Jul 2002 04:43:39 -0000      1.1.2.9
***************
*** 219,223 ****
      unless (eval {require DBD::mysql})        { push @missing,"DBD::mysql" };
      unless (eval {require Set::Scalar})       { push @missing,"Set::Scalar" };
-     unless (eval {require Set::Scalar})       { push @missing,"Set::Scalar" };
      unless (eval {require Digest::MD5})       { push @missing,"Digest::MD5" };
      unless (eval {require Net::Z3950})        { 
--- 219,222 ----




reply via email to

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