libdata-structure-util-perl 0.15-3 source package in Ubuntu

Changelog

libdata-structure-util-perl (0.15-3) unstable; urgency=low


  * Team upload

  [ Ansgar Burchardt ]
  * Update my email address.
  * debian/control: Convert Vcs-* fields to Git.

  [ Alessandro Ghedini ]
  * Update copyright to Copyright-Format 1.0
  * Bump debhelper compat level to 9
  * Bump Standards-Version to 3.9.3 (no changes needed)
  * Add fix-checklib-fail.patch
  * Fix copyright-refers-to-symlink-license

 -- Alessandro Ghedini <email address hidden>  Tue, 07 Aug 2012 23:01:22 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
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-3.dsc 2.2 KiB 80e6c5a9b41ed0bf96e22cddbae719010bef3b0819e988924100ca6d771d4d2b
libdata-structure-util-perl_0.15.orig.tar.gz 22.6 KiB 4228ad6fcd1081a5193d91b2c394f50a5b1e8a42e25d99fdf79c4153a40186d0
libdata-structure-util-perl_0.15-3.debian.tar.gz 2.7 KiB caadc20b14cde321666b1e705334b9b9ee576c3cb3442c9f35e0dedf33fb41c1

No changes file available.

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.