Source: libdata-structure-util-perl Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt , Jonathan Yu , Jonathan McDowell Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9.20120312~), libfile-find-rule-perl, libtest-pod-perl, perl Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-structure-util-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-structure-util-perl.git Homepage: https://metacpan.org/release/Data-Structure-Util Package: libdata-structure-util-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: 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.