1Test2::EventFacet::AbouUts(e3r)Contributed Perl DocumentTaetsito2n::EventFacet::About(3)
2
3
4
6 Test2::EventFacet::About - Facet with event details.
7
9 This facet has information about the event, such as event package.
10
12 $string = $about->{details}
13 $string = $about->details()
14 Summary about the event.
15
16 $package = $about->{package}
17 $package = $about->package()
18 Event package name.
19
20 $bool = $about->{no_display}
21 $bool = $about->no_display()
22 True if the event should be skipped by formatters.
23
24 $uuid = $about->{uuid}
25 $uuid = $about->uuid()
26 Will be set to a uuid if uuid tagging was enabled.
27
28 $uuid = $about->{eid}
29 $uuid = $about->eid()
30 A unique (for the test job) identifier for the event.
31
33 The source code repository for Test2 can be found at
34 http://github.com/Test-More/test-more/.
35
37 Chad Granum <exodist@cpan.org>
38
40 Chad Granum <exodist@cpan.org>
41
43 Copyright 2020 Chad Granum <exodist@cpan.org>.
44
45 This program is free software; you can redistribute it and/or modify it
46 under the same terms as Perl itself.
47
48 See http://dev.perl.org/licenses/
49
50
51
52perl v5.32.0 2020-10-15 Test2::EventFacet::About(3)