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 http://search.cpan.org/dist/Perl-API/
30 and http://search.cpan.org/dist/Term-Size-Perl that generate the .c
31 files during installation
32
33 In addition there are modules that can work without their XS part.
34 E.g. Scalar-List-Utils, Net-DNS, Template-Toolkit For our purposes
35 these all should be marked as "need C compiler" as they need it for
36 their full functionality and speed.
37
38 kwalitee_indicators
39
40 No Kwalitee Indicator.
41
43 Module::CPANTS::Analyse
44
46 Gabor Szabo <gabor@pti.co.il> http://www.pti.co.il
47
49 Copyright (C) 2006-2008 Gabor Szabo
50
51 You may use and distribute this module according to the same terms that
52 Perl is distributed under.
53
54
55
56perl v5.12.0 201M0o-d0u5l-e0:3:CPANTS::Kwalitee::NeedsCompiler(3)