1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: libhash-flatten-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libtest-assertions-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
Ansgar Burchardt <ansgar@debian.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Hash-Flatten/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhash-flatten-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhash-flatten-perl/
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).
|