summaryrefslogtreecommitdiffstats
path: root/lib/Term/Filter.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Term/Filter.pm')
-rw-r--r--lib/Term/Filter.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Term/Filter.pm b/lib/Term/Filter.pm
index 3106bab..39a638b 100644
--- a/lib/Term/Filter.pm
+++ b/lib/Term/Filter.pm
@@ -32,7 +32,7 @@ use Term::ReadKey ();
=head1 DESCRIPTION
-This module is a L<Moose role/Moose::Role> which implements running a program
+This module is a L<Moose role|Moose::Role> which implements running a program
in a pty while being able to filter the data that goes into and out of it. This
can be used to alter the inputs and outputs of a terminal based program (as in
the L</SYNOPSIS>), or to intercept the data going in or out to record it or
@@ -133,7 +133,8 @@ sub remove_input_handle {
=attr pty
-The L<IO::Pty::Easy> object that the subprocess will be run under.
+The L<IO::Pty::Easy> object that the subprocess will be run under. Defaults to
+a newly created instance.
=cut