Changes for version v0.986.1 - 2025-12-09 (TRIAL RELEASE)

  • API / Behaviour Changes:
    • Deprecate the "subcmd" function and remove all documentation references to the Sys::Cmd object.
  • Improvements:
    • run: new optional \$exit ref for capturing the exit value
    • Simplify Sys::Cmd::Process by refactoring much of it into Sys::Cmd.
    • Capture stdout and stderr using IO::Select to avoid blocking

Modules

run a system command or spawn a system processes
process interaction object for Sys::Cmd

Examples