summaryrefslogtreecommitdiff
path: root/lib/Test/t/todo.t
blob: ae02a04f6b9886c40ef951333f6c7fbf75858fa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*-perl-*-
use strict;
use Test;
BEGIN { 
    my $tests = 5; 
    plan tests => $tests, todo => [1..$tests]; 
}

ok(0);
ok(1);
ok(0,1);
ok(0,1,"need more tuits");
ok(1,1);