File: control

package info (click to toggle)
libhttp-server-simple-mason-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 196 kB
  • ctags: 122
  • sloc: perl: 1,280; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,171 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
Source: libhttp-server-simple-mason-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: libhook-lexwrap-perl, libhtml-mason-perl,
 libhttp-server-simple-perl, libtest-pod-coverage-perl,
 libtest-pod-perl, libwww-perl, perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alejandro Garrido Mota <garridomota@gmail.com>,
 Angel Abad <angelabad@gmail.com>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/HTTP-Server-Simple-Mason/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhttp-server-simple-mason-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhttp-server-simple-mason-perl/

Package: libhttp-server-simple-mason-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libhook-lexwrap-perl,
 libhtml-mason-perl, libhttp-server-simple-perl
Description: abstract baseclass for a standalone mason server
 HTTP::Server::Simple::Mason is a simple standalone mason HTTP server.
 By default, it doesn't thread or fork. It does, however, act as a 
 simple frontend which can be used to build a standalone web-based
 application or turn a CGI into one.