1Alien::Build::InterpolaUtsee:r:DCeofnaturlitb(u3t)ed PerAlliDeonc:u:mBeunitladt:i:oInnterpolate::Default(3)
2
3
4
6 Alien::Build::Interpolate::Default - Default interpolator for
7 Alien::Build
8
10 version 2.47
11
13 new
14 my $intr = Alien::Build::Interpolate::Default->new;
15
17 ar
18 %{ar}
19
20 The ar command.
21
22 bison
23 %{bison}
24
25 Requires: Alien::bison 0.17 if not already in "PATH".
26
27 bzip2
28 %{bzip2}
29
30 Requires: Alien::Libbz2 0.04 if not already in "PATH".
31
32 cc
33 %{cc}
34
35 The C Compiler used to build Perl
36
37 cmake
38 %{cmake}
39
40 Requires: Alien::CMake 0.07 if cmake is not already in "PATH".
41
42 Deprecated: Use the Alien::Build::Plugin::Build::CMake plugin instead
43 (which will replace this helper with one that works with Alien::cmake3
44 that works better).
45
46 cp
47 %{cp}
48
49 The copy command.
50
51 devnull
52 %{devnull}
53
54 The null device, if available. On Unix style operating systems this
55 will be "/dev/null" on Windows it is "NUL".
56
57 flex
58 %{flex}
59
60 Requires: Alien::flex 0.08 if not already in "PATH".
61
62 gmake
63 %{gmake}
64
65 Requires: Alien::gmake 0.11
66
67 Deprecated: use Alien::Build::Plugin::Build::Make instead.
68
69 install
70 %{install}
71
72 The Unix "install" command. Not normally available on Windows.
73
74 ld
75 %{ld}
76
77 The linker used to build Perl
78
79 m4
80 %{m4}
81
82 Requires: Alien::m4 0.08
83
84 Alien::m4 should pull in a version of "m4" that will work with
85 Autotools.
86
87 make
88 %{make}
89
90 Make. On Unix this will be the same make used by Perl. On Windows
91 this will be "gmake" or "nmake" if those are available, and only
92 "dmake" if the first two are not available.
93
94 make_path
95 %{make_path}
96
97 Make directory, including all parent directories as needed. This is
98 usually "mkdir -p" on Unix and simply "md" on windows.
99
100 nasm
101 %{nasm}
102
103 Requires: Alien::nasm 0.11 if not already in the "PATH".
104
105 patch
106 %{patch}
107
108 Requires: Alien::patch 0.09 if not already in the "PATH".
109
110 On Windows this will normally render "patch --binary", which makes
111 patch work like it does on Unix.
112
113 perl
114 %{perl}
115
116 Requires: Devel::FindPerl
117
118 pkgconf
119 %{pkgconf}
120
121 Requires: Alien::pkgconf 0.06.
122
123 cwd
124 %{cwd}
125
126 sh
127 %{sh}
128
129 Unix style command interpreter (/bin/sh).
130
131 Deprecated: use the Alien::Build::Plugin::Build::MSYS plugin instead.
132
133 rm
134 %{rm}
135
136 The remove command
137
138 xz
139 %{xz}
140
141 Requires: Alien::xz 0.02 if not already in the "PATH".
142
144 Author: Graham Ollis <plicease@cpan.org>
145
146 Contributors:
147
148 Diab Jerius (DJERIUS)
149
150 Roy Storey (KIWIROY)
151
152 Ilya Pavlov
153
154 David Mertens (run4flat)
155
156 Mark Nunberg (mordy, mnunberg)
157
158 Christian Walde (Mithaldu)
159
160 Brian Wightman (MidLifeXis)
161
162 Zaki Mughal (zmughal)
163
164 mohawk (mohawk2, ETJ)
165
166 Vikas N Kumar (vikasnkumar)
167
168 Flavio Poletti (polettix)
169
170 Salvador Fandiño (salva)
171
172 Gianni Ceccarelli (dakkar)
173
174 Pavel Shaydo (zwon, trinitum)
175
176 Kang-min Liu (劉康民, gugod)
177
178 Nicholas Shipp (nshp)
179
180 Juan Julián Merelo Guervós (JJ)
181
182 Joel Berger (JBERGER)
183
184 Petr Písař (ppisar)
185
186 Lance Wicks (LANCEW)
187
188 Ahmad Fatoum (a3f, ATHREEF)
189
190 José Joaquín Atria (JJATRIA)
191
192 Duke Leto (LETO)
193
194 Shoichi Kaji (SKAJI)
195
196 Shawn Laffan (SLAFFAN)
197
198 Paul Evans (leonerd, PEVANS)
199
200 Håkon Hægland (hakonhagland, HAKONH)
201
202 nick nauwelaerts (INPHOBIA)
203
205 This software is copyright (c) 2011-2020 by Graham Ollis.
206
207 This is free software; you can redistribute it and/or modify it under
208 the same terms as the Perl 5 programming language system itself.
209
210
211
212perl v5.34.0 2022-03-A0l7ien::Build::Interpolate::Default(3)