Package: libxml-sax-writer-perl / 0.53-1

Metadata

Package Version Patches format
libxml-sax-writer-perl 0.53-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
quote_xml_version.patch | (download)

lib/XML/SAX/Writer/XML.pm | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 use double quotes in xml declarations
combined_pod_fixes.patch | (download)

lib/XML/SAX/Writer.pm | 38 21 + 17 - 0 !
1 file changed, 21 insertions(+), 17 deletions(-)

 fix documentation issues
 * add more documentation on encoding errors
 * Implementation moved from Text::Iconv to Encode without updating
 documentation. Also the change broke Florian's suggestion.
 * Stripped a number of stray characters of dubious encoding.
 These appear to be blank in the code, appear as 'A' in the man page,
 and 'A^' in the CPAN web page.
 * Added '*' in lest to make man page look correct
file_consumer_encoding.patch | (download)

lib/XML/SAX/Writer.pm | 10 7 + 3 - 0 !
1 file changed, 7 insertions(+), 3 deletions(-)

 defensive to encoding of output in fileconsumer
 * Add '>:encoding(EncodeTo)' line discipline to FileConsumer to defeat 
 perl's automatic charset conversion.
half_code_pod_errors.patch | (download)

lib/XML/SAX/Writer.pm | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 pod nits [ c<...> construct missing left side ]