From f0508595733200c9957876d1579090d61c0b96ec Mon Sep 17 00:00:00 2001 From: doy Date: Tue, 3 Feb 2009 23:03:21 -0500 Subject: no need for a changelog in README if i already have Changes --- README | 5 ----- 1 file changed, 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: -- cgit v1.2.3-54-g00ecf