Subject: | POD: missing =encoding utf-8 |
In Regexp::Grammars POD some Unicode chars are used and they are encoded as UTF-8 in the source (look for "character pairs").
https://metacpan.org/source/DCONWAY/Regexp-Grammars-1.033/lib/Regexp/Grammars.pm#L4039
But POD lacks '=encoding utf-8' declaration, so POD readers can't properly recognize the characters as UTF-8.
--
Olivier Mengué - http://perlresume.org/DOLMEN