summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-02-03 23:03:56 -0500
committerdoy <doy@tozt.net>2009-02-03 23:03:56 -0500
commite4edfa09f4414a55ed9bbaea09c0b04a7da689b1 (patch)
treeb0d03f98d0eb962812f569b7b4dbf87a19b56804
parentd6b1363a3e05eb3917fedf36da920f8697c59e05 (diff)
downloadio-pty-easy-e4edfa09f4414a55ed9bbaea09c0b04a7da689b1.tar.gz
io-pty-easy-e4edfa09f4414a55ed9bbaea09c0b04a7da689b1.zip
various other 0.04 boilerplate updates
-rw-r--r--README4
-rw-r--r--lib/IO/Pty/Easy.pm4
2 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 20a024e..7d1411e 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-IO-Pty-Easy 0.03
+IO-Pty-Easy 0.04
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.
@@ -34,7 +34,7 @@ You can also look for information at:
COPYRIGHT AND LICENSE
-Copyright (C) 2007 Jesse Luehrs
+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.
diff --git a/lib/IO/Pty/Easy.pm b/lib/IO/Pty/Easy.pm
index 7fe71ed..5470ac6 100644
--- a/lib/IO/Pty/Easy.pm
+++ b/lib/IO/Pty/Easy.pm
@@ -13,7 +13,7 @@ IO::Pty::Easy - Easy interface to IO::Pty
=head1 VERSION
-Version 0.04 released XXX
+Version 0.04 released 2/3/2009
=cut
@@ -392,7 +392,7 @@ L<http://search.cpan.org/dist/IO-Pty-Easy>
=head1 COPYRIGHT AND LICENSE
-Copyright 2007 Jesse Luehrs.
+Copyright 2007-2009 Jesse Luehrs.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.