On 2018-05-16 11:56:36, DAGOLDEN wrote:
Show quoted text> I've been publishing non-ascii JSON files for years and have received
> zero bug reports about poor souls on Perl 5.8.6 and earlier. The
> warning serves no purpose for me and I only ever ignore it. I'd like
> to suppress it as I have no plans to do anything about it.
Show quoted text> I .. have received
> zero bug reports about poor souls on Perl 5.8.6 and earlier
I have (and experienced the bug personally, too) -- some of these could have easily been in your dists, e.g. CApture::Tiny or Path::Tiny which is used in lots of places.
However, Dist::Zilla itself hasn't published non-ascii META.json files since 5.045, so the warning is invalid for newer dzil. I'll add a check for the Dist::Zilla version to the warning to limit it to places where it's relevant, which should shut it up for you since you keep your modules updated.