The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.99.0_2 - 2022-02-08

  • Enhancements:
    • Set autoflush on actual output file handles (not sources)
    • Minor documentation and code cleanups
  • Dependencies:
    • Re-inlined Mo v0.40.

Changes for version 0.99.0_1 - 2021-12-22

  • API / Behaviour Changes:
    • None.
  • New Features:
    • None.
  • Enhancements:
    • Warn on uncollected STDERR output from child
  • Bug Fixes:
    • [Security] Do not search in "." for matching executables
    • Do not force "encoding($X)" to allow for things like :raw
  • Dependencies:
    • None.
  • Packaging:
    • Move to ExtUtils::MakeMaker away from Module::Build.

Changes for version 0.85.1_1 - 2016-03-03

  • API / Behaviour Changes:
    • Convert from Module-Install ("Makefile.PL") to Module-Build ("Build.PL")
      • Done by Shlomi Fish ( http://www.shlomifish.org/ ) as part of the CPAN Pull Request Challenge.
  • New Features:
    • None.
  • Enhancements:
    • 'warn' any stderr output recieved in the run() function
  • Bug Fixes:
    • Pass undefined environment variables more cleanly
  • Dependencies:
    • None.

Modules

run a system command or spawn a system processes
command/process templates for Sys::Cmd