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

TAP::Data - feedback wanted

2009-01-09 Thread Steffen Schwigon
Hi! I want to query TAP against Data::DPath[1] expressions. For this purpose I need a reliable data structure (of hash and array refs) that containes parsed TAP and whose structure will practically never change, so that my DPath expressions keep as stable as TAP. For this purpose I started a mod