libxml-simple-perl 2.21-1 source package in Ubuntu
Changelog
libxml-simple-perl (2.21-1) unstable; urgency=low * Team upload. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Nathan Handler ] * Email change: Nathan Handler -> <email address hidden> [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Strip trailing slash from metacpan URLs. [ Salvatore Bonaccorso ] * Update Vcs-Browser URL to cgit web frontend [ gregor herrmann ] * Add debian/upstream/metadata. * Import upstream version 2.21. * Refresh 01_manpage-has-bad-whatis-entry.diff (offset). * Mark package as autopkgtest-able. * Declare compliance with Debian Policy 3.9.6. * Add a patch to fix a spelling mistake. -- gregor herrmann <email address hidden> Fri, 04 Dec 2015 18:32:19 +0100
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 |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libxml-simple-perl_2.21-1.dsc | 2.3 KiB | 584d9b33aaf23914cd4285b93c072bb50d79261ba01f2a08aae80c9dfa668fcf |
libxml-simple-perl_2.21.orig.tar.gz | 75.7 KiB | 6acce9b6c5b986f90531f07d0b1e714652671dc4d188467f91a805897f91b687 |
libxml-simple-perl_2.21-1.debian.tar.xz | 4.5 KiB | 1bc9d912bb09002cccdb409a0ac74f62fa5010adb602b61cc956af7e957459b1 |
Available diffs
- diff from 2.20-1 to 2.21-1 (11.4 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.