From 810a490e5110d128cad22b92e01aa356c81754f0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 7 Mar 2012 04:07:13 -0600 Subject: fix docs --- Changes | 1 + lib/Term/Filter.pm | 5 +++-- 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 which implements running a program +This module is a L 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), 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 object that the subprocess will be run under. +The L object that the subprocess will be run under. Defaults to +a newly created instance. =cut -- cgit v1.2.3