Subject: | dependency on Email::Date::Format is undocumented |
MIME::Lite depends on Email::Date::Format but this is not mentioned in
the "HELPER MODULES" section of the documentation.
Please adjust the documentation.
It would also be nice if MIME::Lite could handle the case of
Email::Address::Format being unavailable. Either generate a date string
by formatting the output of gmtime() or localtime() (can't use
POSIX::strftime because that is locale-dependent); or omit the "Date:"
header entirely when a value can't be filled in.