OK, I was really surprised. I few months ago, I needed more robust JSON tests than what I was doing so I wrote and uploaded Test::JSON. Today I was trying to recall what module I based that on, so I looked for Test::YAML, only to discover that it's not the module I thought it would be, even though the name makes sense.
I guess I should write my own YAML testing module if I can't find one. It would have the same basic interface as Test::JSON. Any suggestions for the namespace?