1Test2::Bundle::SpecDeclUasreer(3C)ontributed Perl DocumeTnetsatt2i:o:nBundle::SpecDeclare(3)
2
3
4
6 Test2::Bundle::Spec - Extended Bundle + IPC + Spec + SpecDeclare
7
9 This loads the Test2::IPC module, as well as Test2::Bundle::Extended,
10 Test2::Tools::Spec, and Test2::Tools::SpecDeclare.
11
13 use Test2::Bundle::SpecDeclare;
14
15 Is the same as:
16
17 use Test2::IPC;
18 use Test2::Bundle::Extended;
19 use Test2::Tools::Spec;
20 use Test2::Plugin::SpecDeclare;
21
23 The source code repository for Test2-Workflow can be found at
24 http://github.com/Test-More/Test2-Workflow/.
25
27 Chad Granum <exodist@cpan.org>
28
30 Chad Granum <exodist@cpan.org>
31
33 Copyright 2015 Chad Granum <exodist7@gmail.com>.
34
35 This program is free software; you can redistribute it and/or modify it
36 under the same terms as Perl itself.
37
38 See http://dev.perl.org/licenses/
39
40
41
42perl v5.30.0 2019-07-26 Test2::Bundle::SpecDeclare(3)