NAME
Test::Builder2::Event::StreamMetadata - Metadata for the current stream
DESCRIPTION
This is an Event for metadata about the current stream of tests.
It must come between a stream start
and an stream end
Event.
METHODS
Attributes
metadata
my $metadata = $event->metadata;
$event->metadata(\%metadata);
A hash ref containing the metadata this event represents.
event_type
The event type is stream metadata
.