summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-07-06 22:37:28 -0500
committerJesse Luehrs <doy@tozt.net>2009-07-06 22:37:28 -0500
commit400529e92c37e4c5aa587297dd989f07656dcc0b (patch)
tree456920828ec81263c50d364f174023929f6da624
parent47828516441bcdd5e1370c546033b36a6a479473 (diff)
downloadio-pty-easy-400529e92c37e4c5aa587297dd989f07656dcc0b.tar.gz
io-pty-easy-400529e92c37e4c5aa587297dd989f07656dcc0b.zip
update Changes
-rw-r--r--Changes8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changes b/Changes
index 9129295..417746d 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
Revision history for IO-Pty-Easy
+0.06 07/06/2009
+ - Localize $@ and $? in the destructor
+ - Convert the module to use the actual pty object as the class instance,
+ rather than hiding it away in the hashref - now things like fileno($pty)
+ will do what you expect. This is potentially backwards-incompatible if
+ you have been digging around in the hash prior to this.
+ - Add a few accessors for the object state
+
0.05 02/04/2009
- Fix read() returning undef on timeout