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

NAME

Test::Builder::Threads - Helper Test::Builder uses when threaded.

DESCRIPTION

Helper Test::Builder uses when threaded.

SYNOPSYS

    use threads;
    use Test::Builder::Threads;

    share(...);
    lock(...);

AUTHORS

Chad Granum <exodist@cpan.org>

SOURCE

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

COPYRIGHT

Copyright 2014 Chad Granum <exodist7@gmail.com>.

Most of this code was pulled out ot Test::Builder, written by Schwern and others.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html