NAME
Test::Class::Moose::Role::Parallel - Deprecated parallel runner role - see docs for details
VERSION
version 0.69
DESCRIPTION
This role is now deprecated. To run tests in parallel, use the new Test::Class::Moose::Runner class:
use Test::Class::Moose::Runner;
Test::Class::Moose::Runner->new(
jobs => 4,
)->runtests();
SUPPORT
bugs may be submitted through https://github.com/test-class-moose/test-class-moose/issues.
I am also usually active on IRC as 'drolsky' on irc://irc.perl.org
.
AUTHORS
Curtis "Ovid" Poe <ovid@cpan.org>
Dave Rolsky <autarch@urth.org>
COPYRIGHT AND LICENCE
This software is copyright (c) 2012 - 2016 by Curtis "Ovid" Poe.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.