logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Test2::Event::Diag - Diag event type

Accessors

$diag->message The message for the diag.

Authors

Chad Granum <exodist@cpan.org>

Description

Diagnostics messages, typically rendered to STDERR.

Maintainers

Chad Granum <exodist@cpan.org>

Name

Test2::Event::Diag - Diag 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::Diag; my $ctx = context(); my $event = $ctx->diag($message);

See Also