1Test::Stream::Plugin::TUAsPe(r3)Contributed Perl DocumenTteastti:o:nStream::Plugin::TAP(3)
2
3
4
6 Test::Stream::Plugin::TAP - Plugin to set TAP as the default output
7 formatter.
8
10 This distribution is deprecated in favor of Test2, Test2::Suite, and
11 Test2::Workflow.
12
13 See Test::Stream::Manual::ToTest2 for a conversion guide.
14
16 Test::Stream does not force you to use TAP output the way Test::Builder
17 based tools do. However TAP is what most people do want. This plugin
18 makes it easy to provide TAP output.
19
21 use Test::Stream qw/Tap/;
22
23 ...
24
26 The source code repository for Test::Stream can be found at
27 http://github.com/Test-More/Test-Stream/.
28
30 Chad Granum <exodist@cpan.org>
31
33 Chad Granum <exodist@cpan.org>
34
36 Copyright 2015 Chad Granum <exodist7@gmail.com>.
37
38 This program is free software; you can redistribute it and/or modify it
39 under the same terms as Perl itself.
40
41 See http://dev.perl.org/licenses/
42
43
44
45perl v5.38.0 2023-07-21 Test::Stream::Plugin::TAP(3)