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" />
other, http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=fix1.patch;att=2;bug=335841 and http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=fix2.patch;att=2;bug=335846
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.