koha-cvs
[Top][All Lists]
Advanced

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

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


From: Mike Mylonas
Subject: [Koha-cvs] CVS: koha Install.pm,1.1.2.28,1.1.2.29
Date: Wed, 12 Mar 2003 20:09:00 -0800

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




reply via email to

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