[Top][All Lists]
[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 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha Install.pm,1.1.2.8,1.1.2.9,
Steve Tonnesen <=
- Prev by Date:
[Koha-cvs] CVS: koha/C4 Database.pm,1.2.2.5,1.2.2.6
- Next by Date:
[Koha-cvs] CVS: koha member-flags.pl,NONE,1.1.2.1 moremember.pl,1.11.2.3,1.11.2.4
- Previous by thread:
[Koha-cvs] CVS: koha/C4 Database.pm,1.2.2.5,1.2.2.6
- Next by thread:
[Koha-cvs] CVS: koha member-flags.pl,NONE,1.1.2.1 moremember.pl,1.11.2.3,1.11.2.4
- Index(es):