Subject: | M::I::Metadata does not expand all POD escapes when extracting AUTHOR |
Use case:
=head1 AUTHOR
Olivier MenguE<eacute>
=cut
The result is that META.yml and the .PPD contain "Olivier
MenguE<eacute>" instead of "Olivier Mengué".
The bug is in M::I::Metadata/author_from.
(Note that using using non-ascii may also not work as expected as POD's
=encoding is not handled either).