[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha installer.pl,1.2.2.36,1.2.2.37
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha installer.pl,1.2.2.36,1.2.2.37 |
Date: |
Tue, 25 Jun 2002 14:28:55 -0700 |
Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv14681
Modified Files:
Tag: rel-1-2
installer.pl
Log Message:
Removed check for Net::Z3950 as it reported it missing even though it
was there. Is there something different about the Net::Z3950 module
from the other modules being testing in installer.pl?
Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.2.2.36
retrieving revision 1.2.2.37
diff -C2 -r1.2.2.36 -r1.2.2.37
*** installer.pl 25 Jun 2002 21:25:05 -0000 1.2.2.36
--- installer.pl 25 Jun 2002 21:28:53 -0000 1.2.2.37
***************
*** 63,81 ****
unless (eval {require DBD::mysql}) { push @missing,"DBD::mysql" };
unless (eval {require Set::Scalar}) { push @missing,"Set::Scalar" };
! unless (eval {require Net::Z3950}) {
! print qq|
!
! The Net::Z3950 module is missing. This module is necessary if you want to use
! Koha's Z39.50 client to download bibliographic records from other libraries.
! To install this module, you will need the yaz client installed from
! http://www.indexdata.dk/yaz/ and then you can install the perl module with the
! command:
!
! perl -MCPAN -e 'install Net::Z3950'
!
! Press the <ENTER> key to continue:
! |;
! <STDIN>;
! }
#
--- 63,81 ----
unless (eval {require DBD::mysql}) { push @missing,"DBD::mysql" };
unless (eval {require Set::Scalar}) { push @missing,"Set::Scalar" };
! #unless (eval {require Net::Z3950}) {
! # print qq|
! #
! #The Net::Z3950 module is missing. This module is necessary if you want to
use
! #Koha's Z39.50 client to download bibliographic records from other libraries.
! #To install this module, you will need the yaz client installed from
! #http://www.indexdata.dk/yaz/ and then you can install the perl module with
the
! #command:
! #
! #perl -MCPAN -e 'install Net::Z3950'
! #
! #Press the <ENTER> key to continue:
! #|;
! # <STDIN>;
! #}
#
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha installer.pl,1.2.2.36,1.2.2.37,
Steve Tonnesen <=