Source: librunning-commentary-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Salvatore Bonaccorso Build-Depends: debhelper (>= 8) Build-Depends-Indep: libkeyword-simple-perl, liblexical-failure-perl, libtest-effects-perl, perl (>= 5.14.0) Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librunning-commentary-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librunning-commentary-perl.git Homepage: https://metacpan.org/release/Running-Commentary Package: librunning-commentary-perl Architecture: all Depends: libkeyword-simple-perl, liblexical-failure-perl, perl (>= 5.14.0), ${misc:Depends}, ${perl:Depends} Description: Perl module to call system() with tracking messages Running::Commentary provides a single subroutine: run() which is designed to be a more informative and less error-prone replacement for the built-in system(). run() acts like system(), except that it returns true on success and false on failure, and it announces what it's doing. . It also provides a compile-time keyword: run_with with which you can set lexically scoped default options for run().