libxml-handler-trees-perl 0.02-9 source package in Ubuntu

Changelog

libxml-handler-trees-perl (0.02-9) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libxml-handler-trees-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 19:02:20 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-handler-trees-perl_0.02-9.dsc 2.1 KiB 4023985064362eef3ee3d7e16ddc061e8fde11ab2b58bcd2fef22d9cd236e7b9
libxml-handler-trees-perl_0.02.orig.tar.gz 7.5 KiB 358e3ff7c1467e0c3b5ebb55dd1a36976403f919208d2f8ece54483876e4b0fe
libxml-handler-trees-perl_0.02-9.debian.tar.xz 3.0 KiB 0c90f5f199fd8e47be0d7a87d58fa73a02648b30e298685bca9c58d367c24d1d

Available diffs

No changes file available.

Binary packages built by this source

libxml-handler-trees-perl: Perl module for building tree structures using PerlSAX handlers

 The XML::Handler::Trees module provides three PerlSAX handler classes for
 building tree structures. XML::Handler::Tree builds the same type of tree
 as the "Tree" style in XML::Parser. XML::Handler::EasyTree builds the same
 type of tree as the "EasyTree" style added to XML::Parser by
 XML::Parser::EasyTree. XML::Handler::TreeBuilder builds the same
 type of tree as Sean M. Burke's XML::TreeBuilder. These classes make
 it possible to construct these tree structures from sources other
 than XML::Parser.
 .
 All three handlers can be driven by either PerlSAX 1 or PerlSAX 2
 drivers. In all cases, the end_document() method returns a reference
 to the constructed tree, which normally becomes the return value of
 the PerlSAX driver.