X-Git-Url: https://git.donarmstrong.com/?p=term-progressbar.git;a=blobdiff_plain;f=t%2Ftest.pm;fp=t%2Ftest.pm;h=f72ae085821bc3aec006892ee6c97bd40737d4dc;hp=1025f4e332a887f71cd975145c94133af01d6e21;hb=8f87af0520c5dbcedbfe74dd6ef6e7826f200263;hpb=7966daddf59dcdf39b4ba3a6aa33424624c81d7e diff --git a/t/test.pm b/t/test.pm index 1025f4e..f72ae08 100644 --- a/t/test.pm +++ b/t/test.pm @@ -8,19 +8,6 @@ test - tools for helping in test suites (not including running externalprograms) =head1 SYNOPSIS - use FindBin 1.42 qw( $Bin ); - use Test 1.13 qw( ok plan ); - - BEGIN { unshift @INC, $Bin }; - - use test qw( evcheck runcheck ); - - BEGIN { - plan tests => 3, - todo => [], - ; - } - ok evcheck(sub { open my $fh, '>', 'foo'; print $fh "$_\n"