Re: TAPx::Parser 0.10 (now with stream support)

2006-07-27 Thread Ovid
- Original Message From: Randy W. Sims > > A stream is merely a coderef which returns "chunks" of TAP. When it > > returns undef, the stream is considered finished. It will be trivial for > > me to change this, if needed. > What is a "chunk"? Is it a "line"? A partial or multip

Re: $parser->unexpectedly_succeeded;

2006-07-27 Thread Smylers
David Landgren writes: > Ovid wrote: > > > if ( $result->unexpectedly_succeeded ) { ... } > > todo_succeeded That sounds good to me. Smylers