Info2: << Package: net-daemon-pm Version: 0.39 Revision: 22 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc Description: Perl extension for portable daemons Type: perl License: Artistic Maintainer: Benjamin Reed Depends: system-perl BuildDepends: system-perl Source: mirror:cpan:authors/id/J/JW/JWIED/Net-Daemon-%v.tar.gz Source-MD5: 5a09d0f3c9db063982b503a1ef3b9fb0 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. << <<