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 29
|
Source: libconfig-find-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jotam Jr. Trejo <jotamjr@debian.org.sv>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libfile-homedir-perl,
libfile-which-perl,
perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-find-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconfig-find-perl.git
Homepage: https://metacpan.org/release/Config-Find
Package: libconfig-find-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libfile-homedir-perl,
libfile-which-perl
Description: module to search configuration files using OS dependent heuristics
Every OS has different rules for configuration files placement, this module
allows one to easily find and create app configuration files following
those rules.
.
Config::Find references configuration files by the application name or by the
application name and the configuration file name when the app uses several
application files, i.e emacs, profile, apache/httpd, apache/ssl.
|