| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 
 | Source: libdata-munge-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libtest-warnings-perl,
                     perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-munge-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/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}
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.
 |