Test2::R...veTesting(3) Perl Programmers Reference Guide Test2::R...veTesting(3) NAME Test2::Require::NonInteractiveTesting - Only run a test when the NONINTER- ACTIVE_TESTING environment variable is set. DESCRIPTION It is common practice to write tests that are only run when the NONINTERAC- TIVE_TESTING environment variable is set. This module automates the (admit- tedly trivial) work of creating such a test. SYNOPSIS use Test2::Require::NonInteractiveTesting; ... 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...veTesting(3)