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-munge-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
Xavier Guimard <yadd@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libtest-warnings-perl,
perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdata-munge-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdata-munge-perl.git
Testsuite: autopkgtest-pkg-perl
Homepage: https://metacpan.org/release/Data-Munge
Package: libdata-munge-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Multi-Arch: foreign
Description: collection of various utility functions
Data::Munge defines a few generally useful utility functions. For example, a
replacement for map which makes mutations of $_ more convenient, and a
programmatic way to run arbitrary substitutions against strings.
|