summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-07-06 22:19:16 -0500
committerJesse Luehrs <doy@tozt.net>2009-07-06 22:19:16 -0500
commit2c4299aefc4b4448622875949e79e4f4824a7ce0 (patch)
tree5a228d5befe91f3c3add90ebe7f6064f1c0777f1
parent3c91f1b401896f4a35e94a88c117c67e83137e9e (diff)
downloadio-pty-easy-2c4299aefc4b4448622875949e79e4f4824a7ce0.tar.gz
io-pty-easy-2c4299aefc4b4448622875949e79e4f4824a7ce0.zip
i guess i do want this to be defined
-rw-r--r--lib/IO/Pty/Easy.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/IO/Pty/Easy.pm b/lib/IO/Pty/Easy.pm
index ecfe1dd..5e17276 100644
--- a/lib/IO/Pty/Easy.pm
+++ b/lib/IO/Pty/Easy.pm
@@ -88,6 +88,7 @@ sub new {
my $self = $class->SUPER::new(%args);
${*{$self}}{handle_pty_size} = $handle_pty_size;
${*{$self}}{def_max_read_chars} = $def_max_read_chars;
+ ${*{$self}}{final_output} = '';
bless $self, $class;
return $self;