File: control

package info (click to toggle)
libdata-walk-perl 2.01-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 240 kB
  • ctags: 15
  • sloc: perl: 164; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 1,174 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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 (>= 9~),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libtest-unit-perl,
                     perl (>= 5.19.9) | libscalar-list-utils-perl (>= 1:1.38)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-walk-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdata-walk-perl.git
Homepage: https://metacpan.org/release/Data-Walk

Package: libdata-walk-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         perl (>= 5.19.9) | libscalar-list-utils-perl (>= 1:1.38)
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.