Subject: | content-type can be treated as a regex |
MIME::Lite::suggest_encoding() passes the content-type to
MIME::Types::by_mediatype(), which will treat it as a regex if it does
not contain a slash.
For example, feeding MIME::Lite a content-type of "*" leads to an
exception due to a regex compilation failure in MIME::Types.