File: control

package info (click to toggle)
libplack-middleware-debug-perl 0.16%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 308 kB
  • ctags: 51
  • sloc: perl: 594; sh: 54; makefile: 6; sql: 5
file content (36 lines) | stat: -rw-r--r-- 1,394 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
Source: libplack-middleware-debug-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper (>= 9.20140227~),
 libmodule-build-tiny-perl,
 perl
Build-Depends-Indep: libclass-method-modifiers-perl,
 libdata-dump-perl,
 libfile-sharedir-perl,
 libplack-perl,
 libtest-leaktrace-perl,
 libtest-requires-perl,
 libtext-microtemplate-perl,
 procps
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libplack-middleware-debug-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libplack-middleware-debug-perl.git
Homepage: https://metacpan.org/release/Plack-Middleware-Debug

Package: libplack-middleware-debug-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libclass-method-modifiers-perl,
 libdata-dump-perl,
 libfile-sharedir-perl,
 libjs-jquery,
 libjs-jquery-cookie,
 libplack-perl,
 libtext-microtemplate-perl
Description: Plack middleware for displaying request/response debug information
 Plack::Middleware::Debug offers a configurable set of panels that                               
 display information about the current request and response, thus                                
 aiding in debugging. It is heavily influenced by the Django Debug                               
 Toolbar.