diff Lib/IMPL/Mailer.pm @ 173:aaab45153411

minor bugfixes
author sourcer
date Wed, 14 Sep 2011 18:59:01 +0400
parents df6b4f054957
children
line wrap: on
line diff
--- a/Lib/IMPL/Mailer.pm	Mon Jun 20 23:42:44 2011 +0400
+++ b/Lib/IMPL/Mailer.pm	Wed Sep 14 18:59:01 2011 +0400
@@ -32,7 +32,7 @@
 sub _find_sendmail {
     return $SENDMAIL if defined $SENDMAIL;
 
-    my @path = split /:/, $ENV{PATH};
+    my @path = split (/:/, $ENV{PATH});
     my $sendmail;
     for (@path) {
         if ( -x "$_/sendmail" ) {