summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes1
-rw-r--r--lib/Term/Filter.pm5
2 files changed, 4 insertions, 2 deletions
diff --git a/Changes b/Changes
index 7c9b095..0751e97 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
Revision history for Term-Filter
{{$NEXT}}
+ - minor documentation fixes
0.01 2012-03-07
- Initial release
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