1Alien::Build::Plugin::PUrsoebre(C3o)ntributed Perl DocumAelniteant:i:oBnuild::Plugin::Probe(3)
2
3
4
6 Alien::Build::Plugin::Probe - Probe Alien::Build plugins
7
9 version 2.40
10
12 look for libraries in known location:
13
14 use alienfile;
15 plugin 'Probe::CBuilder' => (
16 cflags => '-I/opt/libfoo/include',
17 libs => '-L/opt/libfoo/lib -lfoo',
18 );
19
20 look for tools in the path:
21
22 use alienfile;
23 plugin 'Probe::CommandLine' => (
24 command => 'gzip',
25 args => [ '--version' ],
26 match => qr/gzip/,
27 version => qr/gzip ([0-9\.]+)/,
28 );
29
31 Probe plugins try to find existing libraries and tools already
32 installed on the system. If found they can be used instead of
33 downloading the source from the internet and building.
34
35 Alien::Build::Plugin::Probe::CBuilder
36 Alien::Build::Plugin::Probe::CommandLine
37
39 Alien::Build, Alien::Build::Plugin
40
42 Author: Graham Ollis <plicease@cpan.org>
43
44 Contributors:
45
46 Diab Jerius (DJERIUS)
47
48 Roy Storey (KIWIROY)
49
50 Ilya Pavlov
51
52 David Mertens (run4flat)
53
54 Mark Nunberg (mordy, mnunberg)
55
56 Christian Walde (Mithaldu)
57
58 Brian Wightman (MidLifeXis)
59
60 Zaki Mughal (zmughal)
61
62 mohawk (mohawk2, ETJ)
63
64 Vikas N Kumar (vikasnkumar)
65
66 Flavio Poletti (polettix)
67
68 Salvador Fandiño (salva)
69
70 Gianni Ceccarelli (dakkar)
71
72 Pavel Shaydo (zwon, trinitum)
73
74 Kang-min Liu (劉康民, gugod)
75
76 Nicholas Shipp (nshp)
77
78 Juan Julián Merelo Guervós (JJ)
79
80 Joel Berger (JBERGER)
81
82 Petr Pisar (ppisar)
83
84 Lance Wicks (LANCEW)
85
86 Ahmad Fatoum (a3f, ATHREEF)
87
88 José Joaquín Atria (JJATRIA)
89
90 Duke Leto (LETO)
91
92 Shoichi Kaji (SKAJI)
93
94 Shawn Laffan (SLAFFAN)
95
96 Paul Evans (leonerd, PEVANS)
97
98 Håkon Hægland (hakonhagland, HAKONH)
99
101 This software is copyright (c) 2011-2020 by Graham Ollis.
102
103 This is free software; you can redistribute it and/or modify it under
104 the same terms as the Perl 5 programming language system itself.
105
106
107
108perl v5.32.1 2021-05-13 Alien::Build::Plugin::Probe(3)