Proposal Test::TAPv13

Steffen Schwigon <[email protected]>
Newsgroups gmane.comp.lang.perl.quality-assurance
Message-ID <[email protected]>
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 <[email protected]>
Dresden Perl Mongers <http://dresden-pm.org/>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.