1Test2::Manual::Anatomy:U:sAePrI(C3o)ntributed Perl DocumTeenstta2t:i:oMnanual::Anatomy::API(3)
2
3
4
6 Test2::Manual::Anatomy::API - Internals documentation for the API.
7
9 This document covers some of the internals of Test2::API.
10
12 Test2::API
13 Test2::API provides a functional interface to any test2 global state.
14 This API should be preserved regardless of internal details of how and
15 where the global state is stored.
16
17 This module itself does not store any state (with a few minor
18 exceptions) but instead relies on Test2::API::Instance to store state.
19 This module is really intended to be the layer between the consumer and
20 the implementation details. Ideally the implementation details can
21 change any way they like, and this module can be updated to use the new
22 details without breaking anything.
23
24 Test2::API::Instance
25 Test2::API::Instance is where the global state is actually managed.
26 This is an implementation detail, and should not be relied upon. It is
27 entirely possible that Test2::API::Instance could be removed
28 completely, or changed in incompatible ways. Really these details are
29 free to change so long as Test2::API is not broken.
30
31 Test2::API::Instance is fairly well documented, so no additionally
32 documentation is needed for this manual page.
33
35 Test2::Manual - Primary index of the manual.
36
38 The source code repository for Test2-Manual can be found at
39 https://github.com/Test-More/Test2-Suite/.
40
42 Chad Granum <exodist@cpan.org>
43
45 Chad Granum <exodist@cpan.org>
46
48 Copyright 2018 Chad Granum <exodist@cpan.org>.
49
50 This program is free software; you can redistribute it and/or modify it
51 under the same terms as Perl itself.
52
53 See http://dev.perl.org/licenses/
54
55
56
57perl v5.38.0 2023-07-21 Test2::Manual::Anatomy::API(3)