The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Test2::Plugin::Immiscible - Prevent tests with this module from running together in the same test suite.

DESCRIPTION

Prevent any 2 tests with this module loaded from running together in the same repo.

SYNOPSIS

    use Test2::Plugin::Immiscible;

or

    Test2::Plugin::Immiscible(sub { $ENV{SKIP_IMMISCIBILITY_CHECK } ? 1 : 0 );

The second form allows you to skip the protection if certain conditions are met. The callback sub should return true if the protection should be skipped.

SOURCE

The source code repository for Test2-Harness can be found at http://github.com/Test-More/Test2-Harness/.

MAINTAINERS

Chad Granum <exodist@cpan.org>

AUTHORS

Chad Granum <exodist@cpan.org>

COPYRIGHT

Copyright Chad Granum <exodist7@gmail.com>.

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/