Subject: | Links wrong |
A couple of links in the POD are wrong:-
Email::Send::Transport::Sendmail and Email::Send::Transport::SMTP
should be:-
Email::Sender::Transport::Sendmail and Email::Sender::Transport::SMTP
Patch attached :)
Subject: | Sender.pm.patch |
--- Sender.pm Fri Jan 02 18:49:56 2009
+++ Sender.pm.new Sat Jan 31 03:38:30 2009
@@ -16,8 +16,8 @@
suitable for serious use, for a variety of reasons.
At present, the casual user is probably best off using
-L<Email::Send::Transport::Sendmail>. If a local F<sendmail> program is
-unavailable, L<Email::Send::Transport::SMTP> will allow you to send mail
+L<Email::Sender::Transport::Sendmail>. If a local F<sendmail> program is
+unavailable, L<Email::Sender::Transport::SMTP> will allow you to send mail
through your relay host.
In the future, L<Email::Sender::Simple> will provide a very simple interface