1Test2::Harness::Runner:U:sCeornsCtoannttrsi(b3u)ted PerlTeDsotc2u:m:eHnatranteisosn::Runner::Constants(3)
2
3
4

NAME

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

DESCRIPTION

10       Export some common structures.
11

SYNOPSIS

13           use Test2::Harness::Runner::Constants qw/CATEGORIES DURATIONS/;
14
15           if (CATEGORIES->{$cat}) {
16               print "$cat is valid\n";
17           }
18           else {
19               print "$cat is not valid\n";
20           }
21

SOURCE

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

MAINTAINERS

27       Chad Granum <exodist@cpan.org>
28

AUTHORS

30       Chad Granum <exodist@cpan.org>
31
33       Copyright 2020 Chad Granum <exodist7@gmail.com>.
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.32.0                      2020-07-2T8est2::Harness::Runner::Constants(3)
Impressum