Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Email-Sender CPAN distribution.

Report information
The Basics
Id: 42929
Status: resolved
Priority: 0/
Queue: Email-Sender

People
Owner: Nobody in particular
Requestors: COSMICNET [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.001
Fixed in: (no value)



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
fixed -- rjbs