Update to Text::Balanced 1.85.
[p5sagit/p5-mst-13.2.git] / t / lib / Test / todo.t
CommitLineData
809908f7 1# -*-perl-*-
2use strict;
3use Test;
4BEGIN {
5 my $tests = 5;
6 plan tests => $tests, todo => [1..$tests];
7}
8
9ok(0);
10ok(1);
11ok(0,1);
12ok(0,1,"need more tuits");
13ok(1,1);