#acl PaulHowarth:read,write,admin,revert,delete All:read === Saturday 26th September 2020 === ==== Local Packages ==== * Updated `perl-Net-Daemon` to 0.49: * 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|GH#19]]) * Only load `threads` if `forks` hasn't already been loaded and `threads` exist * Update tracker location to !GitHub * Fix `ReadConfigFile` implementation traversing `@INC` ----