The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.

SEE ALSO

Test::Builder2::Event