Changes for version 1.26 - 2026-04-02

  • Bug Fixes:
    • PR #67 - Fix strlcpy detection on DragonFly BSD to avoid static/non-static declaration conflict. Added __DragonFly__ guard to the function test (paralleling __FreeBSD__) and added a belt-and-suspenders check for perl's own HAS_STRLCPY in Tty.xs.
  • Maintenance:
    • PR #66 - Add 5-minute timeout to all CI test steps to prevent hung tests from consuming CI resources indefinitely.

Modules

Pseudo TTY object class
Low-level allocate a pseudo-Tty, import constants.