You are viewing the version of this documentation from Perl blead. This is the main development branch of Perl. (git commit 23a787ab6225d3754c96c4c097fd7f90f8be6956)

CONTENTS

NAME

Test2::EventFacet::Meta - Facet for meta-data

DESCRIPTION

This facet can contain any random meta-data that has been attached to the event.

METHODS AND FIELDS

Any/all fields and accessors are autovivified into existence. There is no way to know what metadata may be added, so any is allowed.

$anything = $meta->{anything}
$anything = $meta->anything()

SOURCE

The source code repository for Test2 can be found at https://github.com/Test-More/test-more/.

MAINTAINERS

Chad Granum <[email protected]>

AUTHORS

Chad Granum <[email protected]>

COPYRIGHT

Copyright Chad Granum <[email protected]>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See https://dev.perl.org/licenses/