Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the SVN-Hooks CPAN distribution.

Report information
The Basics
Id: 70838
Status: resolved
Priority: 0/
Queue: SVN-Hooks

People
Owner: GNUSTAVO [...] cpan.org
Requestors:
Cc:
AdminCc:

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



From: CARNIL [...] cpan.org
Subject: please use libemail-sender-perl instead of libemail-send-perl
Hi This bug has been forwarded from http://bugs.debian.org/639880 SVN-Hooks uses Email::Send in the SVN::Hooks::Mailer. Manpage of Email::Send says: Email::Send is going away... well, not really going away, but it's being officially marked "out of favor." It has API design problems that make it hard to usefully extend and rather than try to deprecate features and slowly ease in a new interface, we've released Email::Sender which fixes these problems and others. As of today, 2008-12-19, Email::Sender is young, but it's fairly well-tested. Please consider using it instead for any new work. Would it be possible to switch to Email::Sender instead? Thanks in advance, Salvatore Bonaccorso, Debian Perl Group
On Fri Sep 09 04:56:49 2011, CARNIL wrote: Show quoted text
> Hi > > This bug has been forwarded from http://bugs.debian.org/639880 > > SVN-Hooks uses Email::Send in the SVN::Hooks::Mailer.
Hi Salvatore. SVN::Hooks::Mailer is deprecated too, since 2008! Since Email::Sender isn't a drop-in replacement for Email::Send I'm not willing to make changes to a deprecated module. I'm going to drop SVN::Hooks::Mailer from the next SVN::Hooks release. Gustavo.
Hi Gustavo! On Sat Sep 10 17:24:24 2011, GNUSTAVO wrote: Show quoted text
> On Fri Sep 09 04:56:49 2011, CARNIL wrote:
> > Hi > > > > This bug has been forwarded from http://bugs.debian.org/639880 > > > > SVN-Hooks uses Email::Send in the SVN::Hooks::Mailer.
> > Hi Salvatore. > > SVN::Hooks::Mailer is deprecated too, since 2008! > > Since Email::Sender isn't a drop-in replacement for Email::Send I'm
not Show quoted text
> willing to make changes to a deprecated module. I'm going to drop > SVN::Hooks::Mailer from the next SVN::Hooks release.
I'm sorry your reply did not came to me. Thank you for your reply on this and for the explanation. It makes clearly sense then. I really missed that part: 'This SVN::Hooks plugin sends notification emails after successful commits. It's deprecated. You should use SVN::Hooks::Notify instead.' Thank you for removing then the dependency in the next upload! This would be great as we then could remove the dependency. Best regards Salvatore
Released version 1.08 which drops the dependencies and causes the SVN::Hooks::Email methods to produce errors.