summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-03-07 04:07:13 -0600
committerJesse Luehrs <doy@tozt.net>2012-03-07 04:10:16 -0600
commit810a490e5110d128cad22b92e01aa356c81754f0 (patch)
treee60d2f11aa17bd34e718596bef5e224ebed7856a
parent46c91f469162c12a19d7c459ad2beaaf92cf8d2d (diff)
downloadterm-filter-810a490e5110d128cad22b92e01aa356c81754f0.tar.gz
term-filter-810a490e5110d128cad22b92e01aa356c81754f0.zip
fix docs
-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