diff options
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 |
commit | a557e7e0f0c94b1f4f99578b43d54a2ed3d529fe (patch) | |
tree | 4c918eb54ef2853515812394dee34bbaaf47b186 /perl/perl-IO-CaptureOutput/README | |
parent | 643eb91e6fcdc7aca0aa02881f303a4cc80305f3 (diff) |
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/README | 3 |
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 0000000000000..24b5256495507 --- /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. |