Package: libxml-sax-perl / 0.99+dfsg-2

Metadata

Package Version Patches format
libxml-sax-perl 0.99+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
skip test with nonfree file | (download)

t/16large.t | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 skip a test depending on a non-free input file (testfiles/xmltest.xml).
Bugs: #452872


charset decoding | (download)

SAX/PurePerl.pm | 2 1 + 1 - 0 !
SAX/PurePerl/Productions.pm | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix charset decoding in the pureperl module (#405186)
parserdetails debian | (download)

Makefile.PL | 4 4 + 0 - 0 !
SAX.pm | 13 13 + 0 - 0 !
SAX/Debian.pm | 47 47 + 0 - 0 !
t/01known.t | 5 4 + 1 - 0 !
t/99cleanup.t | 2 1 + 1 - 0 !
5 files changed, 69 insertions(+), 2 deletions(-)

 the debian way of handling parserdetails.ini: use
 update-perl-sax-parsers(8) instead.

* SAX.pm: the meat of the modifications
  + add XML::SAX->save_parsers_debian(), used by update-perl-sax-parsers
  + disable XML::SAX->save_parsers() with a helpful error message for
    users trying to install SAX parsers manually from CPAN
* Makefile.PL: Don't try to modify ParserDetails.ini when building the package
* t/01known.t, t/99cleanup.t: Skip tests related to XML::SAX->save_parsers()

pod spelling | (download)

SAX/Intro.pod | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix spelling errors in pod