Codebase list libcapture-tiny-perl / 02820a8
timestamp for release; less todo David Golden 15 years ago
2 changed file(s) with 2 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
66
77 Revision history for Capture-Tiny
88
9 0.04
9 0.04 Wed Feb 25 09:25:27 EST 2009
1010
1111 Added:
1212
33 # A copy of the License was distributed with this file or you may obtain a
44 # copy of the License from http://www.apache.org/licenses/LICENSE-2.0
55
6 - Add tee_stdout and tee_stderr functions (?)
7 - Test closed handles
86 - Test fake handles (open FH, ">", \$scalar), IO::String, etc.
97 - Test utf8 output
108 - Test tied handles
119 - Test with curses
12 - Add timeout if kid processes don't start
10 - Add tee_stdout and tee_stderr functions (?)