1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Author: Jay Bonci <jaybonci@debian.org>
Description: Fix for typo in man page
Bug: #333554
Author: gregor herrmann <gregoa@debian.org>
Description: another error in the POD
Bug: #477399
--- a/lib/IPC/Run.pm
+++ b/lib/IPC/Run.pm
@@ -27,7 +27,7 @@
run \@cat, '<', "in.txt", '>>', "out.txt", '2>>', "err.txt" ;
- # Redirecting using psuedo-terminals instad of pipes.
+ # Redirecting using pseudo-terminals instad of pipes.
run \@cat, '<pty<', \$in, '>pty>', \$out_and_err ;
## Scripting subprocesses (like Expect):
@@ -118,7 +118,7 @@
=head1 DESCRIPTION
-IPC::Run allows you run and interact with child processes using files, pipes,
+IPC::Run allows you to run and interact with child processes using files, pipes,
and pseudo-ttys. Both system()-style and scripted usages are supported and
may be mixed. Likewise, functional and OO API styles are both supported and
may be mixed.
|