summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-02-03 23:03:21 -0500
committerdoy <doy@tozt.net>2009-02-03 23:03:21 -0500
commitf0508595733200c9957876d1579090d61c0b96ec (patch)
treee2dab902512543b8f4c19368b744781834ea8943
parent16047de1987f2619aba55823bb674537c484d589 (diff)
downloadio-pty-easy-f0508595733200c9957876d1579090d61c0b96ec.tar.gz
io-pty-easy-f0508595733200c9957876d1579090d61c0b96ec.zip
no need for a changelog in README if i already have Changes
-rw-r--r--README5
1 files changed, 0 insertions, 5 deletions
diff --git a/README b/README
index 7df3e68..20a024e 100644
--- a/README
+++ b/README
@@ -2,11 +2,6 @@ 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
-
INSTALLATION
To install this module, run the following commands: