libxml-tokeparser-perl 0.05-5 source package in Ubuntu

Changelog

libxml-tokeparser-perl (0.05-5) unstable; urgency=medium

  [ Bas Couwenberg ]
  * Team upload.
  * Bump Standards-Version to 4.6.1, no changes.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 16:50:41 +0000

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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-tokeparser-perl_0.05-5.dsc 2.1 KiB 66ca36090f6b0b66a3ab1fb82610d8c0fd0e7efad27b875a3f705139d49af7eb
libxml-tokeparser-perl_0.05.orig.tar.gz 10.7 KiB 8539b4f98436b1a6d088341a8b4530b7922acd651f3f29377f8b1948c7e2d7c2
libxml-tokeparser-perl_0.05-5.debian.tar.xz 2.6 KiB 346d0758ed5ed3e04e343ffc7f68a569a4e3e18da6aad83814011d14f92326f0

Available diffs

No changes file available.

Binary packages built by this source

libxml-tokeparser-perl: Simplified interface to XML::Parser

 XML::TokeParser provides a procedural ("pull mode") interface to XML::Parser
 in much the same way that Gisle Aas' HTML::TokeParser provides a procedural
 interface to HTML::Parser. XML::TokeParser splits its XML input up into
 "tokens", each corresponding to an XML::Parser event.
 .
 A token is a bless'd reference to an array whose first element is an
 event-type string and whose last element is the literal text of the XML
 input that generated the event, with intermediate elements varying according
 to the event type.
 .
 Each token is an object of type XML::TokeParser::Token. Read
 XML::TokeParser::Token in the XML::TokeParser(3pm) manpage to learn what
 methods are available for inspecting the token, and retrieving data from it.