From: Nicholas Clark Date: Wed, 14 Dec 2005 16:41:33 +0000 (+0000) Subject: lib/Pod/t/man.t should use TODO with not ok to express its intentions X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0740f80f71de6af2dd0e3c3aecddec0fc42f34f0;p=p5sagit%2Fp5-mst-13.2.git lib/Pod/t/man.t should use TODO with not ok to express its intentions correctly in TAP. (or alternatively if it really wants to skip, it needs to print ok) p4raw-id: //depot/perl@26357 --- diff --git a/lib/Pod/t/man.t b/lib/Pod/t/man.t index 8418939..2225fa4 100644 --- a/lib/Pod/t/man.t +++ b/lib/Pod/t/man.t @@ -31,7 +31,7 @@ print "ok 1\n"; SKIP: { if (defined $ENV{PERL_UNICODE}) { - print "not ok 2 # skip Unicode not yet supported\n" + print "not ok 2 # TODO Unicode not yet supported\n" } else { my $pod = <