- Add manual license
- updated to 0.49
see /usr/share/doc/packages/perl-Net-Daemon/ChangeLog
2020-09-22 Todd Rinaldo <toddr@cpan.org> (0.49)
* Perl 5.6 is the minimum required version now.
* RIP Thread.pm it has not been relevant since 5.6
* Now using github CI to monitor the major platforms.
* .gitignore for better management
* Update the MANIFEST
* Perltidy the code base.
* use strict, warnings, no vars, our
* Remove perl 4-ish subroutine calls
* Require Sys::Syslog 0.29 to function properly.
* t/base.t -> Test::More
* Improve skipall messages and detection of ithreads/forks
* Disable t/ithreadm.t for Windows See https://github.com/toddr/Net-Daemon/issues/19
* Only load threads if forks hasn't already been loaded and threads exist.
* Update tracker location to github
* Fix ReadConfigFile implementation traversing @INC
OBS-URL: https://build.opensuse.org/request/show/838748
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-Daemon?expand=0&rev=16
* t/forkm.t Patched perl Leon Timmermans
http://rt.perl.org/rt3/Public/Bug/Display.html?id=83646
* lib/Net/Daemon.pm Patched per bug 32887
"ithreads not detected due to a typo"
* lib/Net/Daemon.pm Fixed "Subroutine import redefined" problem
that perl 5.8.8 CPAN testers was getting. It was due to
more than one "require threads" being run.
* lib/Net/Daemon.pm Used "make dist" to create the uploaded
* lib/Net/Daemon.pm Added ServClose patch by Gaspar Chilingarov
* t/thread.t Added patches by Daniel Macks and Joe McMahon,
and added Test::More and skip_all for Windows < 5.10
* Added necessary thread sharing to work with 5.10
threads model: regexp-threads,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-Daemon?expand=0&rev=11