cleanups for Auth::validate_password commit
one for testing to work again and one to remove MD5 dependency in Plugin.pm
This commit is contained in:
parent
35e1ce9883
commit
ae3fe2e4d5
@ -4,7 +4,6 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use Qpsmtpd::Constants;
|
use Qpsmtpd::Constants;
|
||||||
use Digest::HMAC_MD5 qw(hmac_md5_hex);
|
|
||||||
|
|
||||||
# more or less in the order they will fire
|
# more or less in the order they will fire
|
||||||
our @hooks = qw(
|
our @hooks = qw(
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
package Test::Qpsmtpd;
|
package Test::Qpsmtpd;
|
||||||
use strict;
|
use strict;
|
||||||
use lib 't';
|
use lib 't';
|
||||||
|
use lib 'lib';
|
||||||
use Carp qw(croak);
|
use Carp qw(croak);
|
||||||
use base qw(Qpsmtpd::SMTP);
|
use base qw(Qpsmtpd::SMTP);
|
||||||
use Test::More;
|
use Test::More;
|
||||||
|
Loading…
Reference in New Issue
Block a user