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::Harness::Runner::Constants - Constants shared between multiple runner modules.

Authors

       Chad Granum <exodist@cpan.org>

Description

       Export some common structures.

Maintainers

       Chad Granum <exodist@cpan.org>

Name

       Test2::Harness::Runner::Constants - Constants shared between multiple runner modules.

Source

       The source code repository for Test2-Harness can be found at http://github.com/Test-More/Test2-Harness/.

Synopsis

           use Test2::Harness::Runner::Constants qw/CATEGORIES DURATIONS/;

           if (CATEGORIES->{$cat}) {
               print "$cat is valid\n";
           }
           else {
               print "$cat is not valid\n";
           }

See Also