summaryrefslogtreecommitdiffstats
path: root/perl/perl-IO-CaptureOutput/README
diff options
context:
space:
mode:
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.