Skip Menu |

This queue is for tickets about the Module-Install CPAN distribution.

Report information
The Basics
Id: 48881
Status: resolved
Priority: 0/
Queue: Module-Install

People
Owner: Nobody in particular
Requestors: dolmen [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.91
Fixed in: (no value)



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).
I tried to set 'author "Olivier Mengué";' in Makefile.PL but it is worse. It looks like it is just one of the many utf8 issues with either M::I or EU::MM or YAML::Tiny. I have already fixed this kind of issues in Module::Build. I will work on those when I came back from vacation.
Hi. Added an unescaping code in the trunk; will be (hopefully) fixed in the next release. Thanks. On 2009-8-20 Thu 10:52:23, DOLMEN wrote: Show quoted text
> 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 Show quoted text
> =encoding is not handled either).
Hi. 0.95 is out. If you still have the problem, reopen this. Thanks.