Test::Reporter::Transport::Null - Null transport for Test::Reporter
Contents
Copyright And License
This software is copyright (c) 2015 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.
perl v5.34.0 2022-06-28 Test::Reporter::Transport::Null(3pm)
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
