one for testing to work again
and one to remove MD5 dependency in Plugin.pm
---
 lib/Qpsmtpd/Plugin.pm |    1 -
 t/Test/Qpsmtpd.pm     |    1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Qpsmtpd/Plugin.pm b/lib/Qpsmtpd/Plugin.pm
index 6f4922d..12edfcf 100644
--- a/lib/Qpsmtpd/Plugin.pm
+++ b/lib/Qpsmtpd/Plugin.pm
@@ -4,7 +4,6 @@ use strict;
 use warnings;
 
 use Qpsmtpd::Constants;
-use Digest::HMAC_MD5 qw(hmac_md5_hex);
 
 # more or less in the order they will fire
 our @hooks = qw(
diff --git a/t/Test/Qpsmtpd.pm b/t/Test/Qpsmtpd.pm
index 0d830e0..e2c39c5 100644
--- a/t/Test/Qpsmtpd.pm
+++ b/t/Test/Qpsmtpd.pm
@@ -1,6 +1,7 @@
 package Test::Qpsmtpd;
 use strict;
 use lib 't';
+use lib 'lib';
 use Carp qw(croak);
 use base qw(Qpsmtpd::SMTP);
 use Test::More;
-- 
1.7.9.6

Reply via email to