File: control

package info (click to toggle)
libcatalyst-engine-psgi-perl 0.13%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 444 kB
  • sloc: perl: 5,307; sh: 48; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,224 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: libcatalyst-engine-psgi-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
 libcatalyst-perl (>= 5.80007),
 libcatalyst-modules-perl,
 libplack-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
 Alessandro Ghedini <al3xbio@gmail.com>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Catalyst-Engine-PSGI/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcatalyst-engine-psgi-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcatalyst-engine-psgi-perl/

Package: libcatalyst-engine-psgi-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libcatalyst-modules-perl,
 libcatalyst-perl (>= 5.80007),
 libmoose-perl (>= 2) | libclass-mop-perl,
 libplack-perl,
 libtest-tcp-perl
Description: Catalyst engine for the PSGI protocol
 Catalyst::Engine::PSGI is a Perl module that provides backend support for the
 Catalyst MVC framework on any of a multitude of web servers that comply with
 the Perl Web Server Gateway Interface (PSGI) specification.
 .
 It is commonly used with the Plack middleware (see libplack-perl).