1Test2::Event::Note(3) User Contributed Perl DocumentationTest2::Event::Note(3)
2
3
4
6 Test2::Event::Note - Note event type
7
9 Notes, typically rendered to STDOUT.
10
12 use Test2::API qw/context/;
13 use Test2::Event::Note;
14
15 my $ctx = context();
16 my $event = $ctx->Note($message);
17
19 $note->message
20 The message for the note.
21
23 The source code repository for Test2 can be found at
24 http://github.com/Test-More/test-more/.
25
27 Chad Granum <exodist@cpan.org>
28
30 Chad Granum <exodist@cpan.org>
31
33 Copyright 2020 Chad Granum <exodist@cpan.org>.
34
35 This program is free software; you can redistribute it and/or modify it
36 under the same terms as Perl itself.
37
38 See http://dev.perl.org/licenses/
39
40
41
42perl v5.34.0 2022-03-05 Test2::Event::Note(3)