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 1.55
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
26
27 bzip2
28 %{bzip2}
29
30 Requires: Alien::Libbz2 0.04
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
41
42 cp
43 %{cp}
44
45 The copy command.
46
47 devnull
48 %{devnull}
49
50 The null device, if available. On Unix style operating systems this
51 will be "/dev/null" on Windows it is "NUL".
52
53 flex
54 %{flex}
55
56 Requires: Alien::flex 0.08
57
58 gmake
59 %{gmake}
60
61 Requires: Alien::gmake 0.11
62
63 install
64 %{install}
65
66 The Unix "install" command. On "MSWin32" this requires Alien::MSYS2.
67
68 ld
69 %{ld}
70
71 The linker used to build Perl
72
73 m4
74 %{m4}
75
76 Requires: Alien::m4 0.08
77
78 make
79 %{make}
80
81 The make program used by Perl.
82
83 make_path
84 %{make_path}
85
86 Make directory, including all parent directories as needed. This is
87 usually "mkdir -p" on Unix and simply "md" on windows.
88
89 nasm
90 %{nasm}
91
92 Requires: Alien::nasm 0.11
93
94 patch
95 %{patch}
96
97 Requires: Alien::patch 0.09
98
99 perl
100 %{perl}
101
102 Requires: Devel::FindPerl
103
104 pkgconf
105 %{pkgconf}
106
107 Requires: Alien::pkgconf 0.06
108
109 cwd
110 %{cwd}
111
112 sh
113 %{sh}
114
115 Unix style command interpreter (/bin/sh). On MSWin32 this requires
116 Alien::MSYS.
117
118 rm
119 %{rm}
120
121 The remove command
122
123 xz
124 %{xz}
125
126 Requires: Alien::xz 0.02
127
129 Author: Graham Ollis <plicease@cpan.org>
130
131 Contributors:
132
133 Diab Jerius (DJERIUS)
134
135 Roy Storey
136
137 Ilya Pavlov
138
139 David Mertens (run4flat)
140
141 Mark Nunberg (mordy, mnunberg)
142
143 Christian Walde (Mithaldu)
144
145 Brian Wightman (MidLifeXis)
146
147 Zaki Mughal (zmughal)
148
149 mohawk (mohawk2, ETJ)
150
151 Vikas N Kumar (vikasnkumar)
152
153 Flavio Poletti (polettix)
154
155 Salvador Fandiño (salva)
156
157 Gianni Ceccarelli (dakkar)
158
159 Pavel Shaydo (zwon, trinitum)
160
161 Kang-min Liu (劉康民, gugod)
162
163 Nicholas Shipp (nshp)
164
165 Juan Julián Merelo Guervós (JJ)
166
167 Joel Berger (JBERGER)
168
169 Petr Pisar (ppisar)
170
171 Lance Wicks (LANCEW)
172
173 Ahmad Fatoum (a3f, ATHREEF)
174
175 José Joaquín Atria (JJATRIA)
176
177 Duke Leto (LETO)
178
179 Shoichi Kaji (SKAJI)
180
181 Shawn Laffan (SLAFFAN)
182
183 Paul Evans (leonerd, PEVANS)
184
186 This software is copyright (c) 2011-2018 by Graham Ollis.
187
188 This is free software; you can redistribute it and/or modify it under
189 the same terms as the Perl 5 programming language system itself.
190
191
192
193perl v5.28.1 2019-02-A2l4ien::Build::Interpolate::Default(3)