libxml-simple-perl 2.25-2 source package in Ubuntu

Changelog

libxml-simple-perl (2.25-2) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Mon, 12 Dec 2022 19:29:58 +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 main perl
Noble release main perl
Mantic release main perl
Lunar release main perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-simple-perl_2.25-2.dsc 2.2 KiB 5c26b65bbf17dd32af3ce548451283fbabba565efa4e6b6d77641cb3f7bc3442
libxml-simple-perl_2.25.orig.tar.gz 76.6 KiB 531fddaebea2416743eb5c4fdfab028f502123d9a220405a4100e68fc480dbf8
libxml-simple-perl_2.25-2.debian.tar.xz 4.6 KiB f6172e7355923b4c4a8156ea456037148da80b8e5f9b144c3180685f72dc9f9a

Available diffs

No changes file available.

Binary packages built by this source

libxml-simple-perl: Perl module for reading and writing XML

 The XML::Simple module provides a simple API layer on top of an underlying
 XML parsing module to maintain XML files (especially configuration
 files). Two functions are exported: XMLin() and XMLout().
 .
 The simplest approach is to call these two functions directly, but an
 optional object oriented interface allows them to be called as
 methods of an XML::Simple object. The object interface can also be
 used at either end of a SAX pipeline.
 .
 Note from upstream: The use of this module in new code is strongly
 discouraged. Other modules are available which provide more straightforward
 and consistent interfaces. In particular, XML::LibXML is highly recommended.
 XML::Twig is another excellent alternative.These modules are packaged as
 libxml-libxml-perl and libxml-twig-perl in Debian.