1Test2::Event::Note(3) User Contributed Perl DocumentationTest2::Event::Note(3)
2
3
4

NAME

6       Test2::Event::Note - Note event type
7

DESCRIPTION

9       Notes, typically rendered to STDOUT.
10

SYNOPSIS

12           use Test2::API qw/context/;
13           use Test2::Event::Note;
14
15           my $ctx = context();
16           my $event = $ctx->Note($message);
17

ACCESSORS

19       $note->message
20           The message for the note.
21

SOURCE

23       The source code repository for Test2 can be found at
24       http://github.com/Test-More/test-more/.
25

MAINTAINERS

27       Chad Granum <exodist@cpan.org>
28

AUTHORS

30       Chad Granum <exodist@cpan.org>
31
33       Copyright 2018 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.26.3                      2018-03-30             Test2::Event::Note(3)
Impressum