logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Test::Reporter::Transport::Null - Null transport for Test::Reporter

Authors

       •   Adam J. Foxson <afoxson@pobox.com>

       •   David Golden <dagolden@cpan.org>

       •   Kirrily "Skud" Robert <skud@cpan.org>

       •   Ricardo Signes <rjbs@cpan.org>

       •   Richard Soderberg <rsod@cpan.org>

       •   Kurt Starsinic <Kurt.Starsinic@isinet.com>

Description

       This module provides a "null" transport option that does nothing when "send()" is called.

Name

       Test::Reporter::Transport::Null - Null transport for Test::Reporter

Synopsis

           my $report = Test::Reporter->new(
               transport => 'Null',
           );

Usage

       See Test::Reporter and Test::Reporter::Transport for general usage information.

Version

       version 1.62

See Also