Package: libxml-mini-perl / 1.38-5

Metadata

Package Version Patches format
libxml-mini-perl 1.38-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
pod fixes.diff | (download)

lib/XML/Mini/Element/CData.pm | 2 1 1 - 0 !
lib/XML/Mini/Element/Comment.pm | 2 1 1 - 0 !
lib/XML/Mini/Element/DocType.pm | 2 1 1 - 0 !
lib/XML/Mini/Element/Entity.pm | 2 1 1 - 0 !
lib/XML/Mini/Element/Header.pm | 2 1 1 - 0 !
lib/XML/Mini/Node.pm | 6 5 1 - 0 !
6 files changed, 10 insertions( ), 6 deletions(-)

 enhance pod documentation to have proper whatis entries
 Without those changes the generated manual pages can't be properly
 indexed by man-db as they lack a short description in the NAME section.
 Those descriptions are used by the whatis utility in particular.
header attributes sorting.diff | (download)

lib/XML/Mini/Element/Header.pm | 42 35 7 - 0 !
1 file changed, 35 insertions( ), 7 deletions(-)

 fix xml header creation and sorting of attributes in xml headers
 The patch has been updated for the version 1.38.
fix nested nodes parsing.diff | (download)

lib/XML/Mini/Document.pm | 4 3 1 - 0 !
1 file changed, 3 insertions( ), 1 deletion(-)

 fix nested node parsing
fix attribute value parsing.diff | (download)

lib/XML/Mini/Document.pm | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 fix attribute value parsing
 Without this patch it can't parse stuff like
 <job src="BASE64DATA===" id="toto" attrib="toto" />
 and <job src="" id="toto" attrib="toto" />
spelling fixes.diff | (download)

lib/XML/Mini/Element.pm | 10 5 5 - 0 !
1 file changed, 5 insertions( ), 5 deletions(-)

 fix lintian warning spelling-error-in-manpage