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
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jotam Jr. Trejo <jotamjr@debian.org.sv>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/App-Options
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libapp-options-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libapp-options-perl.git
Testsuite: autopkgtest-pkg-perl
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).
|