Test2::R...dTesting(3) Perl Programmers Reference Guide Test2::R...dTesting(3) NAME Test2::Require::AutomatedTesting - Only run a test when the AUTOMATED_TEST- ING environment variable is set. DESCRIPTION It is common practice to write tests that are only run when the AUTO- MATED_TESTING environment variable is set. This module automates the (ad- mittedly trivial) work of creating such a test. SYNOPSIS use Test2::Require::AutomatedTesting; ... done_testing; SOURCE The source code repository for Test2-Suite 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::R...dTesting(3)