Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 78347
Status: resolved
Priority: 0/
Queue: Dancer-Plugin-Email

People
Owner: Nobody in particular
Requestors: racke [...] linuxia.de
Cc:
AdminCc:

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



Subject: Fix usage of return value in "Handle Email Failures" code recipe.
See pull request on GitHub: https://github.com/alnewkirk/Dancer-Plugin-Email/pull/3 Regards Racke
On Fri Jul 13 06:07:00 2012, HORNBURG wrote: Show quoted text
> See pull request on GitHub: > > https://github.com/alnewkirk/Dancer-Plugin-Email/pull/3 > > Regards > Racke
Please submit the pull request to the proper repo: https://github.com/ironcamel/Dancer-Plugin-Email Also, I am very soon planning to do some major refactoring to this module. It is currently based on Email::Stuff which is built on Email::Send which is deprecated in favor of Email::Sender. I am going to rebuild it on top of Email::Sender and this will probably be a breaking change, at least as far as configuration goes. I would like to work closely with active users of this module as much as possible, to make the transition smooth for them. I noticed you discussing this module in #dancer, but you are usually offline by the time I see your messages. Lets move this conversation over to an issue on github, such as: https://github.com/ironcamel/Dancer-Plugin-Email/issues/5 Thanks, Naveed
On Fri Jul 13 15:40:34 2012, IRONCAMEL wrote: Show quoted text
> On Fri Jul 13 06:07:00 2012, HORNBURG wrote:
> > See pull request on GitHub: > > > > https://github.com/alnewkirk/Dancer-Plugin-Email/pull/3 > > > > Regards > > Racke
> > Please submit the pull request to the proper repo: > https://github.com/ironcamel/Dancer-Plugin-Email >
Done: https://github.com/ironcamel/Dancer-Plugin-Email/pull/8 Regards Racke