File: control

package info (click to toggle)
libapp-options-perl 1.12-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 280 kB
  • sloc: perl: 1,271; sh: 256; makefile: 8
file content (25 lines) | stat: -rw-r--r-- 1,082 bytes parent folder | download
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
Source: libapp-options-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libapp-options-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libapp-options-perl.git
Homepage: https://metacpan.org/release/App-Options

Package: libapp-options-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Recommends: libtimedate-perl
Description: command-line option values processing system
 App::Options combines command-line arguments, environment variables, option
 files, and program defaults to produce a hash of option values.
 .
 Furthermore, its special treatment of the "perlinc" option facilitates the
 inclusion ("use") of application-specific perl modules from special places
 to enable the installation of multiple versions of an application on the same
 system (i.e. /usr/myproduct/version).