1Alien::Build::rc(3) User Contributed Perl Documentation Alien::Build::rc(3)
2
3
4
6 Alien::Build::rc - Alien::Build local config
7
9 version 2.38
10
12 in your "~/.alienbuild/rc.pl":
13
14 preload 'Foo::Bar';
15 postload 'Baz::Frooble';
16
18 Alien::Build will load your "~/.alienbuild/rc.pl" file, if it exists
19 before running the alienfile recipe. This allows you to alter the
20 behavior of Alien::Build based Aliens if you have local configuration
21 requirements. For example you can prompt before downloading remote
22 content or fetch from a local mirror.
23
25 logx
26 log $message;
27
28 Send a message to the Alien::Build log.
29
30 preload
31 preload $plugin;
32
33 Preload the given plugin.
34
35 postload
36 postload $plugin;
37
38 Postload the given plugin.
39
41 Alien::Build::Plugin::Fetch::Cache
42 Alien::Build::Plugin::Fetch::Prompt
43 Alien::Build::Plugin::Fetch::Rewrite
44 Alien::Build::Plugin::Probe::Override
45
47 Author: Graham Ollis <plicease@cpan.org>
48
49 Contributors:
50
51 Diab Jerius (DJERIUS)
52
53 Roy Storey (KIWIROY)
54
55 Ilya Pavlov
56
57 David Mertens (run4flat)
58
59 Mark Nunberg (mordy, mnunberg)
60
61 Christian Walde (Mithaldu)
62
63 Brian Wightman (MidLifeXis)
64
65 Zaki Mughal (zmughal)
66
67 mohawk (mohawk2, ETJ)
68
69 Vikas N Kumar (vikasnkumar)
70
71 Flavio Poletti (polettix)
72
73 Salvador Fandiño (salva)
74
75 Gianni Ceccarelli (dakkar)
76
77 Pavel Shaydo (zwon, trinitum)
78
79 Kang-min Liu (劉康民, gugod)
80
81 Nicholas Shipp (nshp)
82
83 Juan Julián Merelo Guervós (JJ)
84
85 Joel Berger (JBERGER)
86
87 Petr Pisar (ppisar)
88
89 Lance Wicks (LANCEW)
90
91 Ahmad Fatoum (a3f, ATHREEF)
92
93 José Joaquín Atria (JJATRIA)
94
95 Duke Leto (LETO)
96
97 Shoichi Kaji (SKAJI)
98
99 Shawn Laffan (SLAFFAN)
100
101 Paul Evans (leonerd, PEVANS)
102
103 Håkon Hægland (hakonhagland, HAKONH)
104
106 This software is copyright (c) 2011-2020 by Graham Ollis.
107
108 This is free software; you can redistribute it and/or modify it under
109 the same terms as the Perl 5 programming language system itself.
110
111
112
113perl v5.32.0 2021-01-12 Alien::Build::rc(3)