rjbs / Pod-Weaver

recombine pod documents into awesomer pod documents
26 stars 28 forks source link

do not decode strings coming from PPI #40

Closed karenetheridge closed 8 years ago

karenetheridge commented 8 years ago

We can usually get away with this, because either the characters are ascii, or PPI was called with Dist::Zilla::Role::PPI pre-6.003 where we encoded the document content before passing it to PPI. Now we don't do this, so we can now get "Cannot decode string with wide characters" errors.

rjbs commented 8 years ago

Merged like traffic.