Subject: | do not call $zilla->log |
If you call the log method on $zilla, your log messages are very hard to
track down, because there is no path prefix like [PodWeaver]
The PodWeaver plugin fixes things so your Pod::Weaver plugin can just
call $self->log(...) and it will log properly through Dist::Zilla with
useful prefixes.
--
rjbs