File: control

package info (click to toggle)
libdata-transformer-perl 0.04-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: perl: 205; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 979 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
Source: libdata-transformer-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdata-transformer-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdata-transformer-perl.git
Homepage: https://metacpan.org/release/Data-Transformer

Package: libdata-transformer-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Multi-Arch: foreign
Description: Perl module to traverse data structures, altering them in place
 Data::Transformer can use callback subroutines to transform data or
 collect information.
 .
 It is possible to affect objects inside the data structures by specifying
 a callback keyed to the name of the class they belong to.