1Build(3) User Contributed Perl Documentation 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
21 brian d foy, "<bdfoy@cpan.org>"
22
24 Copyright (c) 2002-2009 brian d foy. All rights reserved.
25
26 This program is free software; you can redistribute it and/or modify it
27 under the same terms as Perl itself.
28
29
30
31perl v5.10.1 2009-06-01 Build(3)