Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 57733
Status: resolved
Priority: 0/
Queue: Email-Send

People
Owner: Nobody in particular
Requestors: ansgar [...] 43-1.org
Cc:
AdminCc:

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



Subject: [PATCH] Fix spelling error in documentation
Date: Sat, 22 May 2010 04:53:38 +0900
To: bug-Email-Send [...] rt.cpan.org
From: Ansgar Burchardt <ansgar [...] 43-1.org>
Hi, the attached patch was introduced in Debian to fix two spelling errors in the documentation. Please consider applying them in the next release. Regards, Ansgar
From: Ansgar Burchardt <ansgar@43-1.org> Date: Sat, 22 May 2010 04:50:11 +0900 Origin: vendor Subject: Fix spelling error in documentation --- libemail-send-perl.orig/lib/Email/Send.pm +++ libemail-send-perl/lib/Email/Send.pm @@ -97,7 +97,7 @@ on an object. The mailer object will be passed as the first argument. Second, the actual C<Email::Simple> object for a message will be passed. Finally, any additional arguments passed to C<send> will be passed to this method in the -order they were recieved. +order they were received. This is useful if you are sending in bulk. --- libemail-send-perl.orig/lib/Email/Send/Test.pm +++ libemail-send-perl/lib/Email/Send/Test.pm @@ -111,7 +111,7 @@ =head2 emails -The C<emails> method is the prefered and recommended method of getting +The C<emails> method is the preferred and recommended method of getting access to the email trap. In list context, returns the content of the trap array as a list.
Thanks very much! I've applied this in git and the fixes will be in the next release. -- rjbs