1Test2::EventFacet::MetaU(s3e)r Contributed Perl DocumentaTteisotn2::EventFacet::Meta(3)
2
3
4
6 Test2::EventFacet::Meta - Facet for meta-data
7
9 This facet can contain any random meta-data that has been attached to
10 the event.
11
13 Any/all fields and accessors are autovivified into existence. There is
14 no way to know what metadata may be added, so any is allowed.
15
16 $anything = $meta->{anything}
17 $anything = $meta->anything()
18
20 The source code repository for Test2 can be found at
21 http://github.com/Test-More/test-more/.
22
24 Chad Granum <exodist@cpan.org>
25
27 Chad Granum <exodist@cpan.org>
28
30 Copyright 2020 Chad Granum <exodist@cpan.org>.
31
32 This program is free software; you can redistribute it and/or modify it
33 under the same terms as Perl itself.
34
35 See http://dev.perl.org/licenses/
36
37
38
39perl v5.32.1 2021-01-27 Test2::EventFacet::Meta(3)