Name: | perl-Net-Daemon |
---|---|
Version: | 0.48 |
Release: | 5.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 119121 |
License: | GPL+ or Artistic |
RPM: | perl-Net-Daemon-0.48-5.el7.noarch.rpm |
Source RPM: | perl-Net-Daemon-0.48-5.el7.src.rpm |
Build Date: | Wed Apr 30 2014 |
Build Host: | ca-buildj3.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Net-Daemon/ |
Summary: | Perl extension for portable daemons |
Description: | Net::Daemon is an abstract base class for implementing portable server applications in a very simple way. The module is designed for Perl 5.006 and ithreads (and higher), 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. |
- Mass rebuild 2013-12-27
- Specify all dependencies - Correct README end-of-lines
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Perl 5.16 rebuild
- Update to 0.48 version - Fix build requires
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Perl mass rebuild
- Perl 5.14 mass rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- 661697 rebuild for fixing problems with vendorach/lib
- Mass rebuild with perl-5.12.0
- rebuild against perl 5.10.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- "--with network_tests" - don't remove network tests
- Description and License fixed - Patch without backup
- Requires: fixed
- only-ithreads patch added - disabled tests which fail under mock
- initial rpm release