libxml-descent-perl 1.04-2 source package in Ubuntu

Changelog

libxml-descent-perl (1.04-2) unstable; urgency=medium

  * Move from experimental to unstable.

 -- Bas Couwenberg <email address hidden>  Mon, 27 Apr 2015 11:12:40 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-descent-perl_1.04-2.dsc 2.2 KiB c69db7374651d9d2489bdbf85f11f9c4e322dca84c547505fd50ff10231ab9e5
libxml-descent-perl_1.04.orig.tar.gz 14.9 KiB a711b856f8cdf5e647a44c71f967d48c096035b9dbd3f1efbdbea40605afbd50
libxml-descent-perl_1.04-2.debian.tar.xz 2.2 KiB 9acf0169f39d0c5537302f9df01d739f343c2aecb119e5b901e26d291a1b4799

Available diffs

No changes file available.

Binary packages built by this source

libxml-descent-perl: Perl module for recursive descent XML parsing

 The conventional models for parsing XML are either DOM (a data structure
 representing the entire document tree is created) or SAX (callbacks are
 issued for each element in the XML).
 .
 XML grammar is recursive - so it's nice to be able to write recursive parsers
 for it. XML::Descent allows such parsers to be created.