Test2::Manual::Anatomy::Utilities(3) User Contributed Perl Documentation NAME Test2::Manual::Anatomy::Utilities - Overview of utilities for Test2. DESCRIPTION This is a brief overview of the utilities provided by Test2. Test2::Util Test2::Util provides functions to help you find out about the current system, or to run generic tasks that tend to be Test2 specific. This utility provides things like an internal "try {...}" implementation, and constants for things like threading and forking support. Test2::Util::ExternalMeta Test2::Util::ExternalMeta allows you to quickly and easily attach meta- data to an object class. Test2::Util::Facets2Legacy Test2::Util::Facets2Legacy is a set of functions you can import into a more recent event class to provide the classic event API. Test2::Util::HashBase Test2::Util::HashBase is a local copy of Object::HashBase. All object classes provided by Test2 use this to generate methods and accessors. SEE ALSO Test2::Manual - Primary index of the manual. SOURCE The source code repository for Test2-Manual can be found at https://github.com/Test-More/Test2-Suite/. MAINTAINERS Chad Granum AUTHORS Chad Granum COPYRIGHT Copyright 2018 Chad Granum . This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://dev.perl.org/licenses/ perl v5.38.2 2024-05-12 Test2::Manual::Anatomy::Utilities(3)