diff options
Diffstat (limited to 'perl/perl-Net-Daemon/README')
-rw-r--r-- | perl/perl-Net-Daemon/README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl/perl-Net-Daemon/README b/perl/perl-Net-Daemon/README index 3d77deb34f..5782130cce 100644 --- a/perl/perl-Net-Daemon/README +++ b/perl/perl-Net-Daemon/README @@ -1,6 +1,5 @@ perl-Net-Daemon (perl extension for portable daemons) 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. +server applications in a very simple way. It offers methods for the most common tasks a daemon needs. |