On 2. mai 2012, at 18:42, David E. Wheeler wrote: > On Apr 30, 2012, at 1:54 PM, Gisle Aas wrote: > >> It's a result of the "not-totally-brilliant wrapping algorithm" in >> Pod::Simple::DumpAsXML. When it can't gobble at least 55 chars it produce >> strange results on the next line. I reworked by patch series after >> replacing it with Text::Wrap in: >> >> https://github.com/gisle/pod-simple/commit/8a084ce49d6c513bdc0bf4e3a7c59ab99485f216#diff-0 >> >> Now the test suite change in the join-patch is more sane: >> >> https://github.com/gisle/pod-simple/commit/bb255b816757f601e9cc2a01c2b7d53026fa173c >> >> The full new series is found at: >> >> https://github.com/gisle/pod-simple/commits/master >> >> Should I send you a github pull request for this? > > Add Text::Wrap to the prereqs in Makefile.PL and I say +1.
Text::Wrap was already in the prereqs. I did not realize this before :-) https://github.com/theory/pod-simple/pull/28 --Gisle
