1Test::Prereq::Build(3)User Contributed Perl DocumentationTest::Prereq::Build(3)
2
3
4
6 Test::Prereq::Build - test prerequisites in Module::Build scripts
7
9 use Test::Prereq::Build;
10 prereq_ok();
11
13 If you have problems, send me your Build.PL.
14
15 This module overrides methods in "Test::Prereq" to make it work with
16 "Module::Build".
17
18 This module does not have any public methods. See Test::Prereq.
19
20 To make everything work out with "Module::Build", this module overrides
21 some methods to do nothing.
22
23 create_build_script
24 add_build_element
25 args
26 notes
27
29 brian d foy, "<bdfoy@cpan.org>"
30
32 Copyright © 2002-2015, brian d foy <bdfoy@cpan.org>. All rights
33 reserved.
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
39
40perl v5.30.0 2019-07-26 Test::Prereq::Build(3)