VERSION
version 1.62SYNOPSIS
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 <[email protected]>
- David Golden <[email protected]>
- Kirrily ``Skud'' Robert <[email protected]>
- Ricardo Signes <[email protected]>
- Richard Soderberg <[email protected]>
- Kurt Starsinic <[email protected]>
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.