Subject: | E::S::Sendmail fails on Win32 |
Hi,
&Email::Send::Sendmail::_find_sendmail contains the line:
my @path = split /:/, $ENV{PATH};
On Win32 systems, the path separator is ';'. File::Spec->path() may be a
more portable solution.
--
Simon