1package Test2::EventFacet::About; 2use strict; 3use warnings; 4 5our $VERSION = '1.302133'; 6 7BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } 8use Test2::Util::HashBase qw{ -package -no_display -uuid }; 9 101; 11 12__END__ 13 14=pod 15 16=encoding UTF-8 17 18=head1 NAME 19 20Test2::EventFacet::About - Facet with event details. 21 22=head1 DESCRIPTION 23 24This facet has information about the event, such as event package. 25 26=head1 FIELDS 27 28=over 4 29 30=item $string = $about->{details} 31 32=item $string = $about->details() 33 34Summary about the event. 35 36=item $package = $about->{package} 37 38=item $package = $about->package() 39 40Event package name. 41 42=item $bool = $about->{no_display} 43 44=item $bool = $about->no_display() 45 46True if the event should be skipped by formatters. 47 48=item $uuid = $about->{uuid} 49 50=item $uuid = $about->uuid() 51 52Will be set to a uuid if uuid tagging was enabled. 53 54=back 55 56=head1 SOURCE 57 58The source code repository for Test2 can be found at 59F<http://github.com/Test-More/test-more/>. 60 61=head1 MAINTAINERS 62 63=over 4 64 65=item Chad Granum E<lt>exodist@cpan.orgE<gt> 66 67=back 68 69=head1 AUTHORS 70 71=over 4 72 73=item Chad Granum E<lt>exodist@cpan.orgE<gt> 74 75=back 76 77=head1 COPYRIGHT 78 79Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>. 80 81This program is free software; you can redistribute it and/or 82modify it under the same terms as Perl itself. 83 84See F<http://dev.perl.org/licenses/> 85 86=cut 87