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

Ambrose Li acli at users.sourceforge.net
Tue Feb 4 07:22:21 CET 2003


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





More information about the Koha-cvs mailing list