The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

TB2::Formatter::Null - A formatter that does nothing

SYNOPSIS

    use Test::Builder::Formatter::Null;
    my $null = TB2::Formatter::Null->new;

    # Make your tests output nothing
    $tb->formatter($null);

DESCRIPTION

This formatter will do nothing. Its useful if you want your tests to produce no output.