diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:58:31 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:58:31 -0400 |
commit | eba755fe73a033cd4c954ecb2cc0683dc42b8a6e (patch) | |
tree | cc2fef4152975ee888a95fa92c11f722c8a22086 /perl/perl-IO-CaptureOutput | |
parent | b2832fab02c1c06bf172c80eaefd72c97562f27b (diff) | |
download | slackbuilds-eba755fe73a033cd4c954ecb2cc0683dc42b8a6e.tar.gz |
perl/perl-IO-CaptureOutput: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl/perl-IO-CaptureOutput')
-rw-r--r-- | perl/perl-IO-CaptureOutput/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-IO-CaptureOutput/README b/perl/perl-IO-CaptureOutput/README index 24b5256495..c88b067d23 100644 --- a/perl/perl-IO-CaptureOutput/README +++ b/perl/perl-IO-CaptureOutput/README @@ -1,3 +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. +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. |