1Alien::Build::Plugin::CUosreer(3C)ontributed Perl DocumeAnltiaetni:o:nBuild::Plugin::Core(3)
2
3
4
6 Alien::Build::Plugin::Core - Core Alien::Build plugins
7
9 version 2.77
10
12 use alienfile;
13 # core plugins are already loaded
14
16 Core plugins are special plugins that are always loaded, usually first.
17
18 Alien::Build::Plugin::Core::CleanInstall
19 Alien::Build::Plugin::Core::Download
20 This contains the default machinery for downloading packages, if no
21 other download plugin or commands are provided.
22
23 Alien::Build::Plugin::Core::FFI
24 Alien::Build::Plugin::Core::Gather
25 Alien::Build::Plugin::Core::Legacy
26 Add interoperability with Alien::Base::ModuleBuild
27
28 Alien::Build::Plugin::Core::Override
29 The machinery which allows you to override the type of install with
30 the "ALIEN_INSTALL_TYPE" environment variable.
31
32 Alien::Build::Plugin::Core::Setup
33 Alien::Build::Plugin::Core::Tail
34
36 Alien::Build, Alien::Build::Plugin
37
39 Author: Graham Ollis <plicease@cpan.org>
40
41 Contributors:
42
43 Diab Jerius (DJERIUS)
44
45 Roy Storey (KIWIROY)
46
47 Ilya Pavlov
48
49 David Mertens (run4flat)
50
51 Mark Nunberg (mordy, mnunberg)
52
53 Christian Walde (Mithaldu)
54
55 Brian Wightman (MidLifeXis)
56
57 Zaki Mughal (zmughal)
58
59 mohawk (mohawk2, ETJ)
60
61 Vikas N Kumar (vikasnkumar)
62
63 Flavio Poletti (polettix)
64
65 Salvador Fandiño (salva)
66
67 Gianni Ceccarelli (dakkar)
68
69 Pavel Shaydo (zwon, trinitum)
70
71 Kang-min Liu (劉康民, gugod)
72
73 Nicholas Shipp (nshp)
74
75 Juan Julián Merelo Guervós (JJ)
76
77 Joel Berger (JBERGER)
78
79 Petr Písař (ppisar)
80
81 Lance Wicks (LANCEW)
82
83 Ahmad Fatoum (a3f, ATHREEF)
84
85 José Joaquín Atria (JJATRIA)
86
87 Duke Leto (LETO)
88
89 Shoichi Kaji (SKAJI)
90
91 Shawn Laffan (SLAFFAN)
92
93 Paul Evans (leonerd, PEVANS)
94
95 Håkon Hægland (hakonhagland, HAKONH)
96
97 nick nauwelaerts (INPHOBIA)
98
99 Florian Weimer
100
102 This software is copyright (c) 2011-2022 by Graham Ollis.
103
104 This is free software; you can redistribute it and/or modify it under
105 the same terms as the Perl 5 programming language system itself.
106
107
108
109perl v5.36.0 2023-01-20 Alien::Build::Plugin::Core(3)