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: 20307
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Email-Send

People
Owner: rjbs [...] cpan.org
Requestors: ask [...] develooper.com
Cc:
AdminCc:

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



Subject: message_modifier doesn't work
--- lib/Email/Send.pm~ 2006-07-03 05:13:35.000000000 -0700 +++ lib/Email/Send.pm 2006-07-05 14:29:37.000000000 -0700 @@ -133,7 +133,7 @@ my $simple = $self->_objectify_message($message); return failure "No message found." unless $simple; - $self->message_modifier( + $self->message_modifier->( $self, $simple, @args, ) if $self->message_modifier;
From: rjbs [...] cpan.org
I have uploaded 2.11 to the CPAN with this fixed. Major problem: no tests. I will be writing a more comprehensive set of tests for the Email:: modules, starting with Send, soon. I'll add this test first!