summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-07-07 00:00:52 -0500
committerJesse Luehrs <doy@tozt.net>2009-07-07 00:00:52 -0500
commit4b10de662bdc9ef43a3728938b08bf571ee2ca53 (patch)
tree8fa08676448c877edb781cbe36598fcda5633abf /README
parent88fc4cd02aaf3ab74f813e3ce51541d94410da3b (diff)
downloadio-pty-easy-4b10de662bdc9ef43a3728938b08bf571ee2ca53.tar.gz
io-pty-easy-4b10de662bdc9ef43a3728938b08bf571ee2ca53.zip
switch to Dist::Zilla
Diffstat (limited to 'README')
-rw-r--r--README41
1 files changed, 0 insertions, 41 deletions
diff --git a/README b/README
deleted file mode 100644
index 334a3b1..0000000
--- a/README
+++ /dev/null
@@ -1,41 +0,0 @@
-IO-Pty-Easy 0.06
-
-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.
-
-INSTALLATION
-
-To install this module, run the following commands:
-
- perl Makefile.PL
- make
- make test
- make install
-
-SUPPORT AND DOCUMENTATION
-
-After installing, you can find documentation for this module with the perldoc
-command.
-
- perldoc IO::Pty::Easy
-
-You can also look for information at:
-
- Search CPAN
- http://search.cpan.org/dist/IO-Pty-Easy
-
- CPAN Request Tracker:
- http://rt.cpan.org/NoAuth/Bugs.html?Dist=IO-Pty-Easy
-
- AnnoCPAN, annotated CPAN documentation:
- http://annocpan.org/dist/IO-Pty-Easy
-
- CPAN Ratings:
- http://cpanratings.perl.org/d/IO-Pty-Easy
-
-COPYRIGHT AND LICENSE
-
-Copyright (C) 2007-2009 Jesse Luehrs
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-