[Rt-commit] rt branch, 4.4/multiple-reply-to, updated. rt-4.2.10-156-g4bf016c
? sunnavy
sunnavy at bestpractical.com
Thu Jun 4 10:17:20 EDT 2015
The branch, 4.4/multiple-reply-to has been updated
via 4bf016c7e53eaa56ca927a5d302606df2835ae7e (commit)
from b78d166c931ea0f39ccc5f5f7d4ff374dc81462f (commit)
Summary of changes:
sbin/rt-test-dependencies.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 4bf016c7e53eaa56ca927a5d302606df2835ae7e
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Jun 4 22:09:14 2015 +0800
Email::Address 1.900+ has a fix of uninitialized warning
the warning could be trigged by empty phrases of email addresses in
t/data/emails/crashes-file-based-parser:
Sender: <noc at rt3.mx.example.com> (Network Operation Center)
which is used in t/mail/sendmail.t and t/mail/sendmail-plaintext.t
diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in
index 4c92b39..603114b 100644
--- a/sbin/rt-test-dependencies.in
+++ b/sbin/rt-test-dependencies.in
@@ -206,7 +206,7 @@ Devel::StackTrace 1.19
Digest::base
Digest::MD5 2.27
Digest::SHA
-Email::Address 1.897
+Email::Address 1.900
Email::Address::List 0.02
Encode 2.64
Errno
-----------------------------------------------------------------------
More information about the rt-commit
mailing list