aboutsummaryrefslogtreecommitdiff
path: root/lib/POSIX/Run/Capture.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/POSIX/Run/Capture.pm')
-rw-r--r--lib/POSIX/Run/Capture.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/POSIX/Run/Capture.pm b/lib/POSIX/Run/Capture.pm
index af28880..dacdcfd 100644
--- a/lib/POSIX/Run/Capture.pm
+++ b/lib/POSIX/Run/Capture.pm
@@ -50,7 +50,10 @@ sub get_lines {
return \@lines;
}
-
+sub set_argv {
+ my $self = shift;
+ $self->set_argv_ref([@_]);
+}
1;
__END__

Return to:

Send suggestions and report system problems to the System administrator.