Current Path : /proc/2715199/root/usr/share/doc/perl-Test-Simple/t/Legacy/Builder/ |
Current File : //proc/2715199/root/usr/share/doc/perl-Test-Simple/t/Legacy/Builder/done_testing_with_plan.t |
#!/usr/bin/perl -w use strict; use Test::Builder; my $tb = Test::Builder->new; $tb->plan( tests => 2 ); $tb->ok(1); $tb->ok(1); $tb->done_testing(2);