in reply to Dist::Zilla, Pod::Weaver, and the =encoding directive

Why not simply add the

=encoding UTF-8

line to your pod manually?

Replies are listed 'Best First'.
Re^2: Dist::Zilla, Pod::Weaver, and the =encoding directive
by pokki (Monk) on Jan 23, 2015 at 09:41 UTC

    Corion, I would, but we have a lot of distributions on our DarkPAN, and I'd rather fix the issue for all of them (if it shows up) rather than one module at a time. All these dists use dzil and all of them use our PluginBundle, which is basically @Basic with with some extra tests.