File: control

package info (click to toggle)
libcgi-application-plugin-logdispatch-perl 1.02-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 180 kB
  • sloc: perl: 454; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,731 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
32
33
34
35
36
37
38
39
Source: libcgi-application-plugin-logdispatch-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,
                     liblog-dispatch-perl,
                     libuniversal-require-perl,
                     libsub-wrappackages-perl,
                     libtest-pod-perl,
                     libtest-pod-coverage-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcgi-application-plugin-logdispatch-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcgi-application-plugin-logdispatch-perl.git
Homepage: https://metacpan.org/release/CGI-Application-Plugin-LogDispatch

Package: libcgi-application-plugin-logdispatch-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcgi-application-perl,
         liblog-dispatch-perl,
         libuniversal-require-perl
Suggests: libsub-wrappackages-perl
Breaks: ,
        libcgi-application-plugins-perl (<< 0.11)
Replaces: ,
          libcgi-application-plugins-perl (<< 0.11)
Description: plugin that adds Log::Dispatch support to CGI::Application
 CGI::Application::Plugin::LogDispatch adds logging support to your
 CGI::Application modules by providing a Log::Dispatch dispatcher object that
 is accessible from anywhere in the application.
 .
 If you have CGI::Application::Plugin::DevPopup installed, a "Log Entries"
 report is added to the popup window, containing all of the entries that were
 logged during the execution of the runmode.