Test::Reporter::Transport::Null(3pm) | User Contributed Perl Documentation | Test::Reporter::Transport::Null(3pm) |
Test::Reporter::Transport::Null - Null transport for Test::Reporter
version 1.62
my $report = Test::Reporter->new( transport => 'Null', );
This module provides a "null" transport option that does nothing when "send()" is called.
See Test::Reporter and Test::Reporter::Transport for general usage information.
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.
2022-06-28 | perl v5.34.0 |