summaryrefslogtreecommitdiff
path: root/debian/control
blob: 42b2fce2505e70d2c13274c79e87e839348fe54b (plain)
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
30
31
Source: libconfig-gitlike-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libmoo-perl,
                     libmoox-types-mooselike-perl,
                     libtest-exception-perl,
                     perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libconfig-gitlike-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libconfig-gitlike-perl.git
Homepage: https://metacpan.org/release/Config-GitLike

Package: libconfig-gitlike-perl
Architecture: all
Depends: libmoo-perl,
         libmoox-types-mooselike-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: Perl module for Git-compatible config file parsing
 Config::GitLike provides a Perl interface for parsing, writing, and managing
 configuration files of the format used by the version control system Git. It
 supports config-file inheritance in the same way that Git does: system-wide,
 user-wide, and per-directory config files can be specified and loaded, with
 values from more local files overriding those in less-local files.
 .
 For more information on this configuration file format, see:
 <URL:http://www.kernel.org/pub/software/scm/git/docs/git-config.html>