aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-08-20 08:29:50 +0300
committerSergey Poznyakoff <gray@gnu.org>2017-08-20 08:29:50 +0300
commit9c20dbb9f4494b91eef2d40483b5a88b91b35f7e (patch)
tree5f0b18e506f23c2d779331e5f9f2ffb3aa48679d /lib
parent78a1be8e1e947ada60a1e3b458dbde0d7a400a98 (diff)
downloadposixruncapture-9c20dbb9f4494b91eef2d40483b5a88b91b35f7e.tar.gz
posixruncapture-9c20dbb9f4494b91eef2d40483b5a88b91b35f7e.tar.bz2
Update runcap
Diffstat (limited to 'lib')
-rw-r--r--lib/POSIX/Run/Capture.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/POSIX/Run/Capture.pm b/lib/POSIX/Run/Capture.pm
index 5dedad0..aa9825a 100644
--- a/lib/POSIX/Run/Capture.pm
+++ b/lib/POSIX/Run/Capture.pm
@@ -86,8 +86,8 @@ POSIX::Run::Capture - run command and capture its output
$obj->set_timeout($n);
$obj->set_input($fh_or_string);
- $aref = head3 $obj->argv;
- $str = =head3 $obj->program
+ $aref = $obj->argv;
+ $str = $obj->program
$num = $obj->timeout;
=head1 DESCRIPTION

Return to:

Send suggestions and report system problems to the System administrator.