1Test::Alien::CanCompileU(s3e)r Contributed Perl DocumentaTteisotn::Alien::CanCompile(3)
2
3
4
6 Test::Alien::CanCompile - Skip a test file unless a C compiler is
7 available
8
10 version 2.47
11
13 use Test::Alien::CanCompile;
14
16 This is just a Test2 plugin that requires that a compiler be available.
17 Otherwise the test will be skipped.
18
20 Test::Alien
21
23 Author: Graham Ollis <plicease@cpan.org>
24
25 Contributors:
26
27 Diab Jerius (DJERIUS)
28
29 Roy Storey (KIWIROY)
30
31 Ilya Pavlov
32
33 David Mertens (run4flat)
34
35 Mark Nunberg (mordy, mnunberg)
36
37 Christian Walde (Mithaldu)
38
39 Brian Wightman (MidLifeXis)
40
41 Zaki Mughal (zmughal)
42
43 mohawk (mohawk2, ETJ)
44
45 Vikas N Kumar (vikasnkumar)
46
47 Flavio Poletti (polettix)
48
49 Salvador Fandiño (salva)
50
51 Gianni Ceccarelli (dakkar)
52
53 Pavel Shaydo (zwon, trinitum)
54
55 Kang-min Liu (劉康民, gugod)
56
57 Nicholas Shipp (nshp)
58
59 Juan Julián Merelo Guervós (JJ)
60
61 Joel Berger (JBERGER)
62
63 Petr Písař (ppisar)
64
65 Lance Wicks (LANCEW)
66
67 Ahmad Fatoum (a3f, ATHREEF)
68
69 José Joaquín Atria (JJATRIA)
70
71 Duke Leto (LETO)
72
73 Shoichi Kaji (SKAJI)
74
75 Shawn Laffan (SLAFFAN)
76
77 Paul Evans (leonerd, PEVANS)
78
79 Håkon Hægland (hakonhagland, HAKONH)
80
81 nick nauwelaerts (INPHOBIA)
82
84 This software is copyright (c) 2011-2020 by Graham Ollis.
85
86 This is free software; you can redistribute it and/or modify it under
87 the same terms as the Perl 5 programming language system itself.
88
89
90
91perl v5.34.0 2022-03-07 Test::Alien::CanCompile(3)