domainkeys: fix failing tests
the previous DK commit moved the 'use Mail::DomainKeys::*' stuff into an eval. The right idea, but tests still fail because I forgot to remove the bare 'use' lines.
This commit is contained in:
parent
d5f15a7d33
commit
ed8ce150be
@ -50,9 +50,6 @@ use warnings;
|
|||||||
|
|
||||||
use Qpsmtpd::Constants;
|
use Qpsmtpd::Constants;
|
||||||
|
|
||||||
use Mail::DomainKeys::Message;
|
|
||||||
use Mail::DomainKeys::Policy;
|
|
||||||
|
|
||||||
sub init {
|
sub init {
|
||||||
my ($self, $qp, %args) = @_;
|
my ($self, $qp, %args) = @_;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user