[Koha-cvs] CVS: koha Install.pm,1.1.2.28,1.1.2.29

Mike Mylonas dragon28 at users.sourceforge.net
Thu Mar 13 05:09:00 CET 2003


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

Modified Files:
      Tag: rel-1-2
	Install.pm 
Log Message:
Added Mail::Sendmail as per bug 105

Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/Attic/Install.pm,v
retrieving revision 1.1.2.28
retrieving revision 1.1.2.29
diff -C2 -r1.1.2.28 -r1.1.2.29
*** Install.pm	6 Feb 2003 16:07:24 -0000	1.1.2.28
--- Install.pm	13 Mar 2003 04:08:58 -0000	1.1.2.29
***************
*** 239,242 ****
--- 239,243 ----
      unless (eval {require Set::Scalar})       { push @missing,"Set::Scalar" };
      unless (eval {require Digest::MD5})       { push @missing,"Digest::MD5" };
+     unless (eval {require Mail::Sendmail})    { push @missing,"Mail::Sendmail" };
      unless (eval {require Net::Z3950})        { 
  	my $message = getmessage('NETZ3950Missing');





More information about the Koha-cvs mailing list