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::TAP::Version - Event for TAP version.

Authors

       Chad Granum <exodist@cpan.org>

Description

       This event is used if a TAP formatter wishes to set a version.

Maintainers

       Chad Granum <exodist@cpan.org>

Methods

       Inherits from Test2::Event. Also defines:

       $version = $e->version
           The TAP version being parsed.

Name

       Test2::Event::TAP::Version - Event for TAP version.

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::Encoding;

           my $ctx = context();
           my $event = $ctx->send_event('TAP::Version', version => 42);

See Also