[siesta-commit] siesta/lib/Siesta/Send Sendmail.pm,1.6,1.7

[prev] [thread] [next] [lurker] [Date index for 2002/09/17]

From: clampr
Subject: [siesta-commit] siesta/lib/Siesta/Send Sendmail.pm,1.6,1.7
Date: 12:31 on 17 Sep 2002
Update of /cvsroot/siesta/siesta/lib/Siesta/Send
In directory usw-pr-cvs1:/tmp/cvs-serv2193/lib/Siesta/Send

Modified Files:
	Sendmail.pm 
Log Message:
perltidy

Index: Sendmail.pm
===================================================================
RCS file: /cvsroot/siesta/siesta/lib/Siesta/Send/Sendmail.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Sendmail.pm	15 Sep 2002 15:47:23 -0000	1.6
+++ Sendmail.pm	17 Sep 2002 11:31:55 -0000	1.7
@@ -24,7 +24,7 @@
     my @to   = ref $to eq 'ARRAY' ? @$to : $to;
 
     local *SENDMAIL;
-    open SENDMAIL, "|/usr/sbin/sendmail -oi -f $from ".join(' ', @to)
+    open SENDMAIL, "|/usr/sbin/sendmail -oi -f $from " . join ( ' ', @to )
       or die "couldn't fork sendmail $!";
     $message->print( \*SENDMAIL );
     close SENDMAIL



Generated at 13:57 on 01 Jul 2004 by mariachi 0.52