On 14 Jul 2005, at 07:08, John Peacock wrote:
John Peacock wrote:
I haven't had time to look at the 'make test' failures (maybe
tomorrow?).
I fixed the dnsbl test failures, but I was having fits trying to see
where the redefined warnings were coming from in t/helo.t. It turns
out that Qpsmtpd::Plugin::compile was checking for
&{"$package::register"} (which most plugins don't have any longer).
Once I switched that to looking for ::plugin_name, everything tests
clean.
I merged those changes to trunk. Thanks.