[siesta-commit] siesta/lib/Siesta/Send Sendmail.pm,1.9,1.10

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

From: clampr
Subject: [siesta-commit] siesta/lib/Siesta/Send Sendmail.pm,1.9,1.10
Date: 21:32 on 20 Sep 2002
Update of /cvsroot/siesta/siesta/lib/Siesta/Send
In directory usw-pr-cvs1:/tmp/cvs-serv24478/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.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Sendmail.pm	19 Sep 2002 16:07:35 -0000	1.9
+++ Sendmail.pm	20 Sep 2002 20:32:05 -0000	1.10
@@ -32,8 +32,6 @@
 
 =cut
 
-
-
 sub send {
     my $self    = shift;
     my $message = shift;
@@ -43,7 +41,7 @@
     my $from = $args{'from'} || $message->from();
     my $to   = $args{'to'} || $message->to();
     my @to   = ref $to eq 'ARRAY' ? @$to : $to;
-    return 1 unless @to; # guard against no recipients
+    return 1 unless @to;    # guard against no recipients
 
     local *SENDMAIL;
     open SENDMAIL, "|/usr/sbin/sendmail -oi -f $from " . join ( ' ', @to )



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