diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-12-14 16:41:33 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-12-14 16:41:33 +0000 |
commit | 0740f80f71de6af2dd0e3c3aecddec0fc42f34f0 (patch) | |
tree | 85749a8b32a73bab71cb1cb2375d018172c5d833 /lib/Pod | |
parent | deb46114c3cc895c9e08a296579a1315c920625c (diff) | |
download | perl-0740f80f71de6af2dd0e3c3aecddec0fc42f34f0.tar.gz |
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
Diffstat (limited to 'lib/Pod')
-rw-r--r-- | lib/Pod/t/man.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Pod/t/man.t b/lib/Pod/t/man.t index 8418939c32..2225fa49c3 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 = <<EOP; =head1 ACCENTS |