Source: libipc-run-safehandles-perl Section: perl Priority: optional Build-Depends: debhelper (>= 10) Build-Depends-Indep: perl (>= 5.8.0), liblist-moreutils-perl Maintainer: Debian Perl Group Uploaders: Dominic Hargreaves Standards-Version: 4.1.3 Homepage: https://metacpan.org/release/IPC-Run-SafeHandles/ Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libipc-run-safehandles-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libipc-run-safehandles-perl.git Package: libipc-run-safehandles-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.8.0), liblist-moreutils-perl Description: Use IPC::Run and IPC::Run3 safely IPC::Run and IPC::Run3 are both very upset when you try to use them under environments where you have STDOUT and/or STDERR tied to something else, such as under fastcgi. . The module adds safe-guarding code when you call IPC::Run or IPC::Run3 under such environment to make sure it always works.