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

Changelog

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

  * Team upload.
    (closes: #1001979)
  * Restructure control file with cme.
  * Make Debian Perl Group the Maintainer, move Nathan to Uploaders.
  * Add Vcs-* URLs.
  * Add gbp.conf to use pristine-tar & --source-only-changes by default.
  * Update watch file to use version 4 and metacpan.org.
  * Update Homepage and Source URL to use metacpan.org.
  * Update copyright file to use copyright-format 1.0.
  * Use dh sequencer and compat level 12.
    (closes: #999272)
  * Bump Standards-Version to 4.6.0, changes:
    - copyright-format 1.0
    - Vcs-* fields
  * Improve package description.
  * Use autopkgtest-pkg-perl Testsuite.
  * Enable Salsa CI.

 -- Bas Couwenberg <email address hidden>  Sun, 09 Jan 2022 06:35:51 +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
Kinetic release universe perl
Jammy release universe perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-tokeparser-perl_0.05-4.dsc 2.1 KiB 13542097ecc000e21b085a403c4fe602518130a67e9039adffef8786ca8a2b82
libxml-tokeparser-perl_0.05.orig.tar.gz 10.7 KiB 8539b4f98436b1a6d088341a8b4530b7922acd651f3f29377f8b1948c7e2d7c2
libxml-tokeparser-perl_0.05-4.debian.tar.xz 2.5 KiB bad9866248ee2316238af2697b6ceec52b001b5c33bc8a52c4eaca5ee73dbb5d

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.