File: control

package info (click to toggle)
libnet-daemon-perl 0.36-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 176 kB
  • ctags: 38
  • sloc: perl: 731; makefile: 48
file content (15 lines) | stat: -rw-r--r-- 545 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: libnet-daemon-perl
Section: interpreters
Priority: extra
Build-Depends-Indep: debhelper (>= 3.0.5), perl (>= 5.6.0-16)
Maintainer: Mike Mattice <mattice@debian.org>
Standards-Version: 3.5.6.0

Package: libnet-daemon-perl
Architecture: all
Depends: ${perl:Depends}
Description: Perl module for building portable Perl daemons easily. 
 Net::Daemon is an abstract base class for implementing portable 
 server applications in a very simple way. The module is designed 
 for Perl 5.005 and threads, but can work with fork() and Perl 5.004.