summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index c6c439d..7df3e68 100644
--- a/README
+++ b/README
@@ -1,8 +1,9 @@
-IO-Pty-Easy 0.02
+IO-Pty-Easy 0.03
IO::Pty::Easy is a module that makes using IO::Pty much easier. It wraps all of the code required to create the PTY, spawn subprocesses in it, and read/write on it. This module provides the same basic functionality as Expect.pm, except at a lower level; just reading and writing to the subprocess is supported, without any of the pattern matching or extra functionality provided by Expect.pm. Its primary use is to allow for intercepting and modifying input and output for console apps which require tty access; for instance it is currently being used in Interhack, a filter program for NetHack.
MAJOR CHANGES
+ 0.03: some more minor bug fixes for portability (from test reports)
0.02: bug fixes
0.01: first version