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.
John
