I have two different types of runtime configuration files needed for TAPx::Parser.
One is the 'execrc' file which one can use to get fine-grained control for running every type of test. The other is the '.runtestsrc' file which will allow you to specify default behavior for 'runtests', such as which colors to use with colored output, what switches to use by default, etc. I'm thinking about embedding YAML::Tiny for this task and just using that subset of YAML for the file format. Anyone think of any objections to this? I know many people are not fans of YAML. Other suggestions are welcome, but they need to be lightweight and either core modules or easy to embed. Cheers, Ovid -- Buy the book -- http://www.oreilly.com/catalog/perlhks/ Perl and CGI -- http://users.easystreet.com/ovid/cgi_course/