Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Email::MIME::Encode::maybe_mime_encode_header to work also without explicit "use Email::MIME::Header" #54

Merged
merged 1 commit into from
May 9, 2020

Conversation

pali
Copy link
Contributor

@pali pali commented Sep 6, 2017

Email::MIME::Encode uses %Email::MIME::Header::header_to_class_map variable
but have not loaded Email::MIME::Header module. This patch fixes it.

Problem discovered by @atoomic in report #52.

…t explicit "use Email::MIME::Header"

Email::MIME::Encode uses %Email::MIME::Header::header_to_class_map variable
but have not loaded Email::MIME::Header module. This patch fixes it.

Problem discovered by atoomic in report rjbs#52.
@rjbs
Copy link
Owner

rjbs commented May 9, 2020

Thanks, applied!

@pali pali deleted the email-mime-encode branch May 9, 2020 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants