Changes for version 0.334 - 2020-03-10
- [bugfix] readpipe() didn't respect shell=0 option. Since Perl's backtick always uses shell, when user wants shell=0, we need to avoid using backtick and emulate it with system() + capture_output instead.
Modules
Perl's system() and readpipe/qx replacement, with options