Test2::M...Utilities(3) Perl Programmers Reference Guide Test2::M...Utilities(3) 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 sys- tem, 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/test-more/. MAINTAINERS Chad Granum AUTHORS Chad Granum COPYRIGHT Copyright Chad Granum . This program is free software; you can redistribute it and/or modify it un- der the same terms as Perl itself. See http://dev.perl.org/licenses/ perl v5.44.0 2026-06-22 Test2::M...Utilities(3)