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: libpg-hstore-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312),
perl
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpg-hstore-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpg-hstore-perl.git
Homepage: https://metacpan.org/release/Pg-hstore
Package: libpg-hstore-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Description: Perl module for working with PostgreSQLs HSTORE data type
Pg::hstore decodes and encodes PostgreSQLs HSTORE data type into/from Perl
hash refs.
.
This module was previously known as DBD::Pg::hstore, but has been renamed
to Pg::hstore because it's not DBD specific.
|