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

Steve Tonnesen tonnesen at users.sourceforge.net
Sat Jul 27 06:43:41 CEST 2002


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





More information about the Koha-cvs mailing list