Branch: refs/heads/master
Home: https://github.com/smtpd/qpsmtpd
Commit: ed8ce150bee1214f1b435a33fcb7b060a93dc945
https://github.com/smtpd/qpsmtpd/commit/ed8ce150bee1214f1b435a33fcb7b060a93dc945
Author: Matt Simerson <[email protected]>
Date: 2012-05-21 (Mon, 21 May 2012)
Changed paths:
M plugins/domainkeys
Log Message:
-----------
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.