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: libhash-flatten-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
libtest-assertions-perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhash-flatten-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhash-flatten-perl.git
Homepage: https://metacpan.org/release/Hash-Flatten
Package: libhash-flatten-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libtest-assertions-perl
Description: flatten/unflatten complex data hashes
Hash::Flatten converts back and forth between a nested hash structure and
a flat hash of delimited key-value pairs. Useful for protocols that only
support key-value pairs (such as CGI and DBMs).
|