koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/misc Install.pm,1.27,1.28


From: Ambrose Li
Subject: [Koha-cvs] CVS: koha/misc Install.pm,1.27,1.28
Date: Mon, 03 Feb 2003 22:22:21 -0800

Update of /cvsroot/koha/koha/misc
In directory sc8-pr-cvs1:/tmp/cvs-serv20955/misc

Modified Files:
        Install.pm 
Log Message:
Check for Mail::Sendmail, for opac/opac-userupdate.pl (Bug 105)


Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/misc/Install.pm,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** Install.pm  28 Jan 2003 15:31:22 -0000      1.27
--- Install.pm  4 Feb 2003 06:22:19 -0000       1.28
***************
*** 634,637 ****
--- 634,638 ----
      unless (eval {require Digest::MD5})      { push @missing,"Digest::MD5" };
      unless (eval {require MARC::Record})     { push @missing,"MARC::Record" };
+     unless (eval {require Mail::Sendmail})   { push @missing,"Mail::Sendmail" 
};
      unless (eval {require Net::Z3950})       {
        showmessage(getmessage('NETZ3950Missing'), 'PressEnter', '', 1);




reply via email to

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