1Test2::Harness::Runner:U:sCeornsCtoannttrsi(b3u)ted PerlTeDsotc2u:m:eHnatranteisosn::Runner::Constants(3)
2
3
4
6 Test2::Harness::Runner::Constants - Constants shared between multiple
7 runner modules.
8
10 Export some common structures.
11
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
23 The source code repository for Test2-Harness can be found at
24 http://github.com/Test-More/Test2-Harness/.
25
27 Chad Granum <exodist@cpan.org>
28
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.1 2021-03-1T2est2::Harness::Runner::Constants(3)