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::Plugin::IOEvents - Turn STDOUT and STDERR into Test2 events.

Authors

       Chad Granum <exodist@cpan.org>

Caveats

       The magic of this module is achieved via tied variables.

Description

       This plugin turns prints to STDOUT and STDERR (including warnings) into proper Test2 events.

Maintainers

       Chad Granum <exodist@cpan.org>

Name

       Test2::Plugin::IOEvents - Turn STDOUT and STDERR into Test2 events.

Source

       The source code repository for Test2-Plugin-IOEvents can be found at
       https://github.com/Test-More/Test2-Plugin-IOEvents/.

Synopsis

           use Test2::Plugin::IOEvents;

       This is also useful at the command line for 1-time use:

           $ perl -MTest2::Plugin::IOEvents path/to/test.t

See Also