Subject: | Writing to root fails for type 'pod' if content contains wide characters |
My plugin bundle does this:
ReadmeAnyFromPod => ReadmeInRoot => {
type => 'pod',
filename => 'README.pod',
location => 'root',
}
If my POD contains wide characters, the File::Slurp dies like this:
[@Filter/ReadmeInRoot] Override README.pod in root
Wide character in syswrite at /Users/david/.perlbrew
/libs/19.0@std/lib/perl5/File/Slurp.pm line 506.
Could you please see about detecting the "=encoding" line or something for the 'pod' type?
Thank you,
David