The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Test2::EventFacet::Binary - Event for a binary file

DESCRIPTION

Binary files attached to log

FIELDS

$string_or_structure = $binary->{details}
$string_or_structure = $binary->details()

Human readible description of the binary

$binary_data = $binary->{data}
$binary_data = $binary->data()

This should be Base64 encoded binary data.

$string = $binary->{filename}
$string = $binary->filename()

Filename

$bool = $binary->{is_image}
$bool = $binary->is_image()

True if the binary file is an image file.

SOURCE

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

MAINTAINERS

Chad Granum <exodist@cpan.org>

AUTHORS

Chad Granum <exodist@cpan.org>

COPYRIGHT

Copyright 2022 Chad Granum <exodist7@gmail.com>.

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

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