File: control

package info (click to toggle)
libcgi-application-plugin-configauto-perl 1.33-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 100 kB
  • sloc: perl: 85; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,480 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: libcgi-application-plugin-configauto-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),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libcgi-application-perl,
                     libconfig-auto-perl,
                     libtest-pod-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcgi-application-plugin-configauto-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcgi-application-plugin-configauto-perl.git
Homepage: https://metacpan.org/release/CGI-Application-Plugin-ConfigAuto

Package: libcgi-application-plugin-configauto-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcgi-application-perl,
         libconfig-auto-perl
Breaks: libcgi-application-plugins-perl (<< 0.11)
Replaces: libcgi-application-plugins-perl (<< 0.11)
Description: plugin that adds Config::Auto support to CGI::Application
 CGI::Application::Plugin::ConfigAuto adds easy access to config file
 variables to your CGI::Application modules. Lazy loading is used to
 prevent the config file from being parsed if no configuration variables are
 accessed during the request.  In other words, the config file is not parsed
 until it is actually needed. The Config::Auto package provides
 the framework for this plugin.