Info2: << Package: net-daemon-pm Version: 0.43 Revision: 11 Description: Perl extension for portable daemons Type: perl License: Artistic Maintainer: Benjamin Reed Depends: system-perl BuildDepends: system-perl Source: mirror:cpan:modules/by-module/Net/Net-Daemon-%v.tar.gz Source-MD5: a173a8407fb7b049aa465598eca6dfd7 SourceDirectory: Net-Daemon UpdatePOD: true NoPerlTests: true DocFiles: ChangeLog MANIFEST README Homepage: http://search.cpan.org/dist/Net-Daemon DescDetail: << 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. The Net::Daemon class offers methods for the most common tasks a daemon needs: Starting up, logging, accepting clients, authorization, restricting its own environment for security and doing the true work. You only have to override those methods that aren't appropriate for you, but typically inheriting will safe you a lot of work anyways. << <<