libxml-simple-perl 2.20-1 source package in Ubuntu
Changelog
libxml-simple-perl (2.20-1) unstable; urgency=low [ Ansgar Burchardt ] * Update my email address. * debian/control: Convert Vcs-* fields to Git. [ Nathan Handler ] * New upstream release * debian/control: - Add myself to list of Uploaders - Bump Standards-Version to 3.9.3 - Bump debhelper Build-Depends to >= 9 - Wrap lines to < 80 characters * debian/compat: Bump to 9 * debian/copyright: - Add myself to debian/* copyright - Use copyright-format 1.0 - Replace | with 'or' for License fields - GPL-1 is now in common-licenses, so reference that file -- Nathan Handler <email address hidden> Sat, 23 Jun 2012 13:10:27 -0500
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libxml-simple-perl_2.20-1.dsc | 2.2 KiB | 5254af5aa7acba750b7b40823386580baa87d0a2b2669f382dde632c01c5b0c0 |
libxml-simple-perl_2.20.orig.tar.gz | 74.2 KiB | 5cff13d0802792da1eb45895ce1be461903d98ec97c9c953bc8406af7294434a |
libxml-simple-perl_2.20-1.debian.tar.gz | 4.1 KiB | b254c34fe80eb6f368ac0dec1b410723a0d2a651fa3d506dd719127f1e918433 |
Available diffs
- diff from 2.18-3 (in Ubuntu) to 2.20-1 (34.1 KiB)
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.