1Module::CPANTS::KwaliteUes:e:rNeCeodnstCroimbpuitleMedord(Pu3el)rel::DCoPcAuNmTeSn:t:aKtwiaolnitee::NeedsCompiler(3)
2
3
4
6 Module::CPANTS::Kwalitee::NeedsCompiler - Checks if the module needs a
7 (probably C) compiler
8
10 Checks if there is some indication in the module that it needs a C
11 compiler to build and install
12
14 Methods
15 order
16
17 Defines the order in which Kwalitee tests should be run.
18
19 Returns 200.
20
21 analyse
22
23 Checks for file with .c, .h or .xs extensions. Check is the module
24 depends on any of the Inline:: modules or on ExtUtils::CBuilder or
25 ExtUtils::ParseXS.
26
27 TODO:
28
29 How to recognize cases such as
30 https://metacpan.org/release/GAAS/Perl-API-0.01/ and
31 https://metacpan.org/release/Term-Size-Perl that generate the .c files
32 during installation
33
34 In addition there are modules that can work without their XS part.
35 E.g. Scalar-List-Utils, Net-DNS, Template-Toolkit For our purposes
36 these all should be marked as "need C compiler" as they need it for
37 their full functionality and speed.
38
39 kwalitee_indicators
40
41 No Kwalitee Indicator.
42
44 Module::CPANTS::Analyse
45
47 Gábor Szabó <https://metacpan.org/author/szabgab>
48
50 Copyright © 2006–2008 Gábor Szabó <https://metacpan.org/author/szabgab>
51
52 You may use and distribute this module according to the same terms that
53 Perl is distributed under.
54
55
56
57perl v5.30.1 202M0o-d0u1l-e3:0:CPANTS::Kwalitee::NeedsCompiler(3)