libxml-parser-perl 2.44-1 source package in Ubuntu

Changelog

libxml-parser-perl (2.44-1) unstable; urgency=medium

  * Drop debian/tests/control, add Testsuite field to debian/control
    instead.
  * Rename autopkgtest configuration file(s) as per new pkg-perl-
    autopkgtest schema.
  * Add debian/upstream/metadata.

  * Import upstream version 2.44.
  * Update years of packaging copyright.
  * Update Upstream-Contact in debian/copyright.
  * Drop patches, both merged upstream.
  * Declare compliance with Debian Policy 3.9.6.

 -- gregor herrmann <email address hidden>  Sun, 01 Nov 2015 17:49:25 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libxml-parser-perl_2.44-1.dsc 2.2 KiB fac5b29d9e77710f5623d6c530e126a3e8927758b402800359ce851c9826b44d
libxml-parser-perl_2.44.orig.tar.gz 231.8 KiB 1ae9d07ee9c35326b3d9aad56eae71a6730a73a116b9fe9e8a4758b7cc033216
libxml-parser-perl_2.44-1.debian.tar.xz 51.8 KiB 4a4a9da43129297ec95490fe790047e0fb1736c6c6797198fbacf647c4267e5a

Available diffs

No changes file available.

Binary packages built by this source

libxml-parser-perl: Perl module for parsing XML files

 The XML::Parser module provides ways to parse XML documents. It is built on
 top of XML::Parser::Expat, which is a lower level interface to James Clark's
 expat library. Each call to one of the parsing methods creates a new instance
 of XML::Parser::Expat which is then used to parse the document. Expat options
 may be provided when the XML::Parser object is created. These options are
 then passed on to the Expat object on each parse call. They can also be given
 as extra arguments to the parse methods, in which case they override options
 given at XML::Parser creation time.
 .
 The behavior of the parser is controlled either by Style and/or Handlers
 options, or by setHandlers method. These all provide mechanisms for
 XML::Parser to set the handlers needed by XML::Parser::Expat. If neither
 Style nor Handlers are specified, then parsing just checks the document for
 being well-formed.
 .
 When underlying handlers get called, they receive as their first parameter
 the Expat object, not the Parser object.

libxml-parser-perl-dbgsym: debug symbols for package libxml-parser-perl

 The XML::Parser module provides ways to parse XML documents. It is built on
 top of XML::Parser::Expat, which is a lower level interface to James Clark's
 expat library. Each call to one of the parsing methods creates a new instance
 of XML::Parser::Expat which is then used to parse the document. Expat options
 may be provided when the XML::Parser object is created. These options are
 then passed on to the Expat object on each parse call. They can also be given
 as extra arguments to the parse methods, in which case they override options
 given at XML::Parser creation time.
 .
 The behavior of the parser is controlled either by Style and/or Handlers
 options, or by setHandlers method. These all provide mechanisms for
 XML::Parser to set the handlers needed by XML::Parser::Expat. If neither
 Style nor Handlers are specified, then parsing just checks the document for
 being well-formed.
 .
 When underlying handlers get called, they receive as their first parameter
 the Expat object, not the Parser object.