Hi! I am about to upload Test::TAPv13. I also did an prepan entry for that.
PrePAN: http://prepan.org/module/429En4oFbn . URL: https://github.com/renormalist/Test-TAPv13 Synopsis: use Test::TAPv13 ':all'; # must come before Test::More use Test::More tests => 2; my $data = { affe => { tiger => 111, birne => "amazing", loewe => [ qw( 1 two three) ], }, zomtec => "here's another one", "DrWho" => undef, }; ok(1, "hot stuff"); tap13_yaml($data); tap13_pragma "+strict"; ok(1, "more hot stuff"); Does it make sense? Did I overlook an existing way to generate TAP v13? Thanks! Kind regards, Steffen -- Steffen Schwigon <s...@renormalist.net> Dresden Perl Mongers <http://dresden-pm.org/>