File: control

package info (click to toggle)
libconfig-methodproxy-perl 0.02-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 120 kB
  • ctags: 6
  • sloc: perl: 284; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,396 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
26
27
28
29
30
31
Source: libconfig-methodproxy-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Peter Pentchev <roam@ringlet.net>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libmodule-runtime-perl (>= 0.014),
 libnamespace-clean-perl (>= 0.24),
 libstrictures-perl (>= 2),
 libtest-fatal-perl,
 libtest2-suite-perl,
 perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-methodproxy-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libconfig-methodproxy-perl.git
Homepage: https://metacpan.org/release/Config-MethodProxy
Testsuite: autopkgtest-pkg-perl

Package: libconfig-methodproxy-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libmodule-runtime-perl (>= 0.014),
 libnamespace-clean-perl (>= 0.24),
 libstrictures-perl (>= 2)
Description: Perl module for specifying method calls in a static configuration
 The method proxy concept provided by the Config::MethodProxy module is
 a particular data structure which, when found, is replaced by the value
 returned by calling that method.  In this way static configuration can be
 setup to call your code and return dynamic contents.  This makes static
 configuration much more powerful, and provides the ability to be more
 declarative in how dynamic values make it into the configuration.