Test2::Event::Note - Note event type
Contents
Accessors
$note->message
The message for the note.
Copyright
Copyright Chad Granum <exodist@cpan.org>.
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/>
perl v5.40.1 2025-08-10 Test2::Event::Note(3pm)
Description
Notes, typically rendered to STDOUT.
Maintainers
Chad Granum <exodist@cpan.org>
Name
Test2::Event::Note - Note event type
Source
The source code repository for Test2 can be found at <https://github.com/Test-More/test-more/>.
Synopsis
use Test2::API qw/context/;
use Test2::Event::Note;
my $ctx = context();
my $event = $ctx->Note($message);
