1Alien::Build::Manual::AUlsieern(C3o)ntributed Perl DocumAelniteant:i:oBnuild::Manual::Alien(3)
2
3
4
6 Alien::Build::Manual::Alien - General alien author documentation
7
9 version 1.93
10
12 perldoc Alien::Build::Manual::Alien
13
15 The goal of the Alien namespace is to provide non-CPAN dependencies (so
16 called "Alien" dependencies) for CPAN modules. The history and intent
17 of this idea is documented in the documentation-only Alien module. The
18 "Alien-Build" distribution provides a framework for building aliens.
19 The intent is to fix bugs and enhance the interface of a number of
20 common tools so that all aliens may benefit. The distribution is broken
21 up into these parts:
22
23 The Alien Installer (configure / build-time)
24 Alien::Build and alienfile are used to detect and install aliens.
25 They are further documented in Alien::Build::Manual::AlienAuthor.
26
27 The Alien Runtime (runtime)
28 Alien::Base is the base class for aliens in the "Alien-Build"
29 system. Its use by Alien consumers is documented in
30 Alien::Build::Manual::AlienUser.
31
32 The Plugin system (configure / build-time)
33 Because many packages are implemented using different tools, the
34 detection, build and install logic for a particular Alien can vary
35 a lot. As such, much of Alien::Build is implemented as a series of
36 plugins that inherit from Alien::Build::Plugin. An overview of
37 building your own plugins is documented in
38 Alien::Build::Manual::PluginAuthor.
39
40 Additional useful documentation may be found here:
41
42 FAQ Alien::Build::Manual::FAQ
43
44 Contributing
45 Alien::Build::Manual::Contributing
46
48 Author: Graham Ollis <plicease@cpan.org>
49
50 Contributors:
51
52 Diab Jerius (DJERIUS)
53
54 Roy Storey (KIWIROY)
55
56 Ilya Pavlov
57
58 David Mertens (run4flat)
59
60 Mark Nunberg (mordy, mnunberg)
61
62 Christian Walde (Mithaldu)
63
64 Brian Wightman (MidLifeXis)
65
66 Zaki Mughal (zmughal)
67
68 mohawk (mohawk2, ETJ)
69
70 Vikas N Kumar (vikasnkumar)
71
72 Flavio Poletti (polettix)
73
74 Salvador Fandiño (salva)
75
76 Gianni Ceccarelli (dakkar)
77
78 Pavel Shaydo (zwon, trinitum)
79
80 Kang-min Liu (劉康民, gugod)
81
82 Nicholas Shipp (nshp)
83
84 Juan Julián Merelo Guervós (JJ)
85
86 Joel Berger (JBERGER)
87
88 Petr Pisar (ppisar)
89
90 Lance Wicks (LANCEW)
91
92 Ahmad Fatoum (a3f, ATHREEF)
93
94 José Joaquín Atria (JJATRIA)
95
96 Duke Leto (LETO)
97
98 Shoichi Kaji (SKAJI)
99
100 Shawn Laffan (SLAFFAN)
101
102 Paul Evans (leonerd, PEVANS)
103
105 This software is copyright (c) 2011-2019 by Graham Ollis.
106
107 This is free software; you can redistribute it and/or modify it under
108 the same terms as the Perl 5 programming language system itself.
109
110
111
112perl v5.30.1 2019-12-10 Alien::Build::Manual::Alien(3)