The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for IPC::Exe

1.004    2009/04/20
         - Fixed: found = in conditional, should be ==.
           use warnings; doesn't understand what I mean.

1.003    2009/04/20
         - Changed: exec() failure code sequence.
         - Fixed: unknown open() mode '<&' to be compatible with Perl 5.6+.
         - Fixed: minor mistakes in pod.
         - Added: PREREQ_PM for POSIX module.

1.002    2009/04/17
         - Fixed: barewords STDIN/STDOUT/STDERR while "strict subs".
         - Extracted examples into new EXAMPLES section in pod.
         - Included "META.yml" in dist.
         - Extracted license info from "README" into its own file "LICENSE".
         - Skip 'background' test in "02_IPC-Exe.t" if not in DEBUG mode.
           Testing bg() requires manual inspection.

1.001    2009/04/02
         - Initial revision.