Revision history for Perl extension IPC::Run3::Shell.
0.58 Sun, May 17 2020
- Added IPC::Run3::Shell::CLIWrapper
- Added option stdout_filter to IPC::Run3::Shell
- Minor fixups
0.56 Tue, Oct 3 2017 commit 34c1e071128dc041321259a4901496c45f0ebcef
- Added :AUTOLOAD and :FATAL export tags
- Improved tests, fixed an incorrect test failure on older Perls
- Fixed two minor issues on older Perls
0.54 Sat, May 23 2015 commit b1500e8041665e63c28032750ccb0dcda3bba978
- Objects that stringify no longer warn when used as arguments.
- Using "undef" in the argument list now causes an "uninitialized"
warning instead of the custom warnings category.
- Non-numeric values in "allow_exit" now warn in "numeric" category
instead of the custom warnings category.
- Various documentation and test updates.
0.52 Thu, Jan 1 2015 commit 7e1ab1fe4fe6fb57c6580682ea54231ad90433ca
- added "both" option
- added ->import_into("package", ...)
- various documentation updates
- fixed a few tests in Perl v5.6 and (hopefully) on Windows
- note that as of this release, odd numbered versions will be
development versions (normally not released)
0.51 Sun, Aug 24 2014 commit e1eae144ce2a3b0493f9f5b4706861b2afdc68e4
- fix a test failure on Darwin
- undefs in the argument list are now changed to empty strings
(was causing trouble on Windows with Win32::ShellQuote)
- added support for Perls < v5.10
- updated documentation, mainly Synopsis
0.50 Sun, Aug 17 2014 commit c3b776d8707b61b1d6095fe05952d9031eb6ae55
- first public release