Subject: | Character encoding will break under forthcoming Dist::Zilla v5 |
Forthcoming Dist::Zilla version 5 will manage file encodings. Since Pod data comes from 'content' it will be in characters, not octets, so Pod::Text needs to turn off its encoding handling. The result can be set back to 'content' without further modification and Dist::Zilla will ensure the characters are properly encoded while the file is written to disk.
See https://github.com/fayland/dist-zilla-plugin-readmefrompod/pull/1 for how this can be fixed for ReadmeFromPod. You will want to apply similar fixes to all your Pod translators.
You should not release a fix until after Dist::Zilla v5, but a -TRIAL release is advised shortly to allow users to start testing with it.