Subject: | Missing Mail::Internet dependency |
The Mail::ListDetector test suite uses Mail::Internet. However,
Mail::Internet is not specified as a dependency.
If M::I is not installed, I assume the test suite would fall over. In my
case, I did had copy of M::I installed, but it was an old version, 1.74.
Email::Abstract needs at least 1.77 present before it'll work with it,
which leads to all the M::LD tests failing with "Don't know how to
handle Mail::Internet at..." errors.