The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 <exodist@cpan.org>

AUTHORS

Chad Granum <exodist@cpan.org>

COPYRIGHT

Copyright 2018 Chad Granum <exodist@cpan.org>.

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/