1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: libdbix-class-schema-config-perl
Section: perl
Priority: optional
Maintainer: Hideki Yamane <henrich@debian.org>
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libconfig-any-perl (>= 0.23),
libdbd-sqlite3-perl,
libdbix-class-perl (>= 0.08100),
libfile-homedir-perl,
libhash-merge-perl,
libnamespace-clean-perl,
perl
Standards-Version: 3.9.8
Homepage: https://metacpan.org/release/DBIx-Class-Schema-Config
Package: libdbix-class-schema-config-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libconfig-any-perl (>= 0.23),
libdbix-class-perl (>= 0.08100),
libfile-homedir-perl,
libhash-merge-perl,
libnamespace-clean-perl
Description: Credential Management for DBIx::Class
A subclass of DBIx::Class::Schema that allows the loading of credentials &
configuration from a file. The actual code itself would only need to know
about the name used in the configuration file. This aims to make it simpler
for operations teams to manage database credentials.
|