summaryrefslogtreecommitdiffstats
path: root/perl/perl-IO-CaptureOutput/README
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2017-01-06 01:10:23 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-06 01:10:23 +0700
commita557e7e0f0c94b1f4f99578b43d54a2ed3d529fe (patch)
tree4c918eb54ef2853515812394dee34bbaaf47b186 /perl/perl-IO-CaptureOutput/README
parent643eb91e6fcdc7aca0aa02881f303a4cc80305f3 (diff)
downloadslackbuilds-a557e7e0f0c94b1f4f99578b43d54a2ed3d529fe.tar.gz
slackbuilds-a557e7e0f0c94b1f4f99578b43d54a2ed3d529fe.tar.xz
perl/perl-IO-CaptureOutput: Added (perl module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-IO-CaptureOutput/README')
-rw-r--r--perl/perl-IO-CaptureOutput/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl/perl-IO-CaptureOutput/README b/perl/perl-IO-CaptureOutput/README
new file mode 100644
index 0000000000..24b5256495
--- /dev/null
+++ b/perl/perl-IO-CaptureOutput/README
@@ -0,0 +1,3 @@
+This module provides routines for capturing STDOUT and STDERR from perl
+subroutines, forked system calls (e.g. system(), fork()) and from XS or C
+modules.