Re: YAML in TAP questions

2009-03-29 Thread Michael G Schwern
Steffen Schwigon wrote: > 1. I have collections of TAP with YAML but missing "TAP version 13" >prefixes, which influences the yaml recognition. > >Can I tell TAP::Parser to assume a particular version (ie., 13)? > >Else I need to prepend it by myself, this would at least work on my >

YAML in TAP questions

2009-01-09 Thread Steffen Schwigon
Hi! 1. I have collections of TAP with YAML but missing "TAP version 13" prefixes, which influences the yaml recognition. Can I tell TAP::Parser to assume a particular version (ie., 13)? Else I need to prepend it by myself, this would at least work on my collected TAP strings, but get