Source: libautobox-transform-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13), libmodule-build-tiny-perl, perl Build-Depends-Indep: libautobox-core-perl , libautobox-perl , liblist-moreutils-perl , libmoo-perl , libsort-maker-perl , libtest-differences-perl , libtest-exception-perl , libtest-simple-perl Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libautobox-transform-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libautobox-transform-perl.git Homepage: https://metacpan.org/release/autobox-Transform Rules-Requires-Root: no Package: libautobox-transform-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libautobox-core-perl, libautobox-perl, liblist-moreutils-perl, libsort-maker-perl Description: set of autobox methods to transform arrays and hashes autobox provides the ability to call methods on native types, e.g. strings, arrays, and hashes as if they were objects. . autobox::Core provides the basic methods for Perl core functions like uc, map, and grep. . This module, autobox::Transform, provides higher level and more specific methods to transform and manipulate arrays and hashes, in particular when the values are hashrefs or objects.