Source: libdata-walk-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libtest-unit-perl,
                     perl | libscalar-list-utils-perl
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdata-walk-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdata-walk-perl.git
Homepage: https://metacpan.org/release/Data-Walk

Package: libdata-walk-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         perl | libscalar-list-utils-perl
Description: module to traverse Perl data structures
 With Data::Walk, one can have a call back function being called for each node
 in a given structure. It works with hash references, array references and
 blessed references of arbitrary depth.
 .
 Data::Walk is similar to File::Find, but instead of directory hierarchies, it
 works with Perl data.
