NAME
Test2::Bundle::Spec - Extended Bundle + IPC + Spec + SpecDeclare
DESCRIPTION
This loads the Test2::IPC module, as well as Test2::Bundle::Extended, Test2::Tools::Spec, and Test2::Tools::SpecDeclare.
SYNOPSIS
use Test2::Bundle::SpecDeclare;
Is the same as:
use Test2::IPC;
use Test2::Bundle::Extended;
use Test2::Tools::Spec;
use Test2::Plugin::SpecDeclare;
SOURCE
The source code repository for Test2-Workflow can be found at http://github.com/Test-More/Test2-Workflow/.
MAINTAINERS
AUTHORS
COPYRIGHT
Copyright 2015 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/