my $intr = Alien::Build::Interpolate::Default->new;
%{ar}
%{bison}
%{bzip2}
%{cc}
The C Compiler used to build Perl
%{cmake}
%{cp}
%{devnull}
The null device, if available. On Unix style operating systems this will be "/dev/null" on Windows it is "NUL".
%{flex}
%{gmake}
%{install}
The Unix "install" command. On "MSWin32" this requires Alien::MSYS2.
%{ld}
%{m4}
%{make}
The make program used by Perl.
%{make_path}
Make directory, including all parent directories as needed. This is usually "mkdir -p" on Unix and simply "md" on windows.
%{nasm}
%{patch}
%{perl}
%{pkgconf}
%{cwd}
%{sh}
Unix style command interpreter (/bin/sh). On MSWin32 this requires Alien::MSYS.
%{rm}
%{xz}
Contributors:
Diab Jerius (DJERIUS)
Roy Storey
Ilya Pavlov
David Mertens (run4flat)
Mark Nunberg (mordy, mnunberg)
Christian Walde (Mithaldu)
Brian Wightman (MidLifeXis)
Zaki Mughal (zmughal)
mohawk (mohawk2, ETJ)
Vikas N Kumar (vikasnkumar)
Flavio Poletti (polettix)
Salvador Fandiño (salva)
Gianni Ceccarelli (dakkar)
Pavel Shaydo (zwon, trinitum)
Kang-min Liu (劉康民, gugod)
Nicholas Shipp (nshp)
Juan Julián Merelo Guervós (JJ)
Joel Berger (JBERGER)
Petr Pisar (ppisar)
Lance Wicks (LANCEW)
Ahmad Fatoum (a3f, ATHREEF)
José Joaquín Atria (JJATRIA)
Duke Leto (LETO)
Shoichi Kaji (SKAJI)
Shawn Laffan (SLAFFAN)
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.