App-Prove-Plugin-Distributed

 view release on metacpan or  search on metacpan

t/no_tap_error.t  view on Meta::CPAN


=head1 DESCRIPTION

This test is to illustrate the "do" function load the perl code 
but the end of loading the perl code it will not trigger any end block.
For this case the end block of Test::Builder.  Therefore, the result
of the test is not TAP valid output.

=cut

use strict;
use Test::More 'no_plan';
use Test::Fatal;
use Test::Builder;

local $| = 1;

pass;
pass;
pass;



( run in 1.075 second using v1.01-cache-2.11-cpan-54e63673c56 )