libdata-structure-util-perl 0.15-2build1 source package in Ubuntu

Changelog

libdata-structure-util-perl (0.15-2build1) oneiric; urgency=low

  * Rebuild for Perl 5.12.
 -- Colin Watson <email address hidden>   Sun, 08 May 2011 07:26:09 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdata-structure-util-perl_0.15.orig.tar.gz 22.6 KiB 4228ad6fcd1081a5193d91b2c394f50a5b1e8a42e25d99fdf79c4153a40186d0
libdata-structure-util-perl_0.15-2build1.debian.tar.gz 2.5 KiB 58a1c0a7190e75a32c077d8b332af72c376a9ac41a2801d97950882a80a05efc
libdata-structure-util-perl_0.15-2build1.dsc 2.2 KiB 6d1e300a5f8916a6be6152f2738f66fd10e9f99a9facd475209c25d389015c31

Available diffs

View changes file

Binary packages built by this source

libdata-structure-util-perl: module to change nature of data within a data structure

 Data::Structure::Util is a Perl module for manipulating data within data
 structures. It can process an entire tree of data structures and perform the
 requested operation on each element as appropriate. It is fast, since it is
 written in C.
 .
 For example, it can be used to transform all strings within a data structure
 to UTF-8.