Scroll to navigation

Test::Reporter::Transport::Null(3pm) User Contributed Perl Documentation Test::Reporter::Transport::Null(3pm)

NAME

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

VERSION

version 1.58

SYNOPSIS

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

DESCRIPTION

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

USAGE

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

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>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Authors and Contributors.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2011-07-19 perl v5.12.4