PaulHowarth/Blog/2020-09-26

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.tTest::More

    • Improve skipall messages and detection of ithreads/forks

    • Disable t/ithreadm.t for Windows (see 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


Recent