# from Ovid # on Saturday 01 September 2007 10:36 am: >> As Test::More cannot have any dependencies, I'd rather incorporate >> TAP diagnostic functionality directly into Test::Builder. Besides, >> spitting out some YAML isn't hard. > >It turns out to be a fair bit harder than it appears to be on the >surface. For example: > > my $data = 3; > my $data = "3";
YAML::Tiny? >(A bit of XS makes this simple, but we can't rely on people >having a compiler). You could bundle something that "mostly works" and switch to the "real deal" (whatever you decide that is) if it is available. --Eric -- "I've often gotten the feeling that the only people who have learned from computer assisted instruction are the authors." --Ben Schneiderman --------------------------------------------------- http://scratchcomputing.com ---------------------------------------------------