1Alien::Build::rc(3)   User Contributed Perl Documentation  Alien::Build::rc(3)
2
3
4

NAME

6       Alien::Build::rc - Alien::Build local config
7

VERSION

9       version 2.77
10

SYNOPSIS

12       in your "~/.alienbuild/rc.pl":
13
14        preload 'Foo::Bar';
15        postload 'Baz::Frooble';
16

DESCRIPTION

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

FUNCTIONS

25   logx
26        log $message;
27
28       Send a message to the Alien::Build log.
29
30   preload_plugin
31        preload_plugin $plugin, @args;
32
33       Preload the given plugin, with arguments.
34
35   postload_plugin
36        postload_plugin $plugin, @args;
37
38       Postload the given plugin, with arguments.
39
40   preload
41       [deprecated]
42
43        preload $plugin;
44
45       Preload the given plugin.
46
47   postload
48       [deprecated]
49
50        postload $plugin;
51
52       Postload the given plugin.
53

SEE ALSO

55       Alien::Build::Plugin::Fetch::Cache
56       Alien::Build::Plugin::Fetch::Prompt
57       Alien::Build::Plugin::Fetch::Rewrite
58       Alien::Build::Plugin::Probe::Override
59

AUTHOR

61       Author: Graham Ollis <plicease@cpan.org>
62
63       Contributors:
64
65       Diab Jerius (DJERIUS)
66
67       Roy Storey (KIWIROY)
68
69       Ilya Pavlov
70
71       David Mertens (run4flat)
72
73       Mark Nunberg (mordy, mnunberg)
74
75       Christian Walde (Mithaldu)
76
77       Brian Wightman (MidLifeXis)
78
79       Zaki Mughal (zmughal)
80
81       mohawk (mohawk2, ETJ)
82
83       Vikas N Kumar (vikasnkumar)
84
85       Flavio Poletti (polettix)
86
87       Salvador Fandiño (salva)
88
89       Gianni Ceccarelli (dakkar)
90
91       Pavel Shaydo (zwon, trinitum)
92
93       Kang-min Liu (劉康民, gugod)
94
95       Nicholas Shipp (nshp)
96
97       Juan Julián Merelo Guervós (JJ)
98
99       Joel Berger (JBERGER)
100
101       Petr Písař (ppisar)
102
103       Lance Wicks (LANCEW)
104
105       Ahmad Fatoum (a3f, ATHREEF)
106
107       José Joaquín Atria (JJATRIA)
108
109       Duke Leto (LETO)
110
111       Shoichi Kaji (SKAJI)
112
113       Shawn Laffan (SLAFFAN)
114
115       Paul Evans (leonerd, PEVANS)
116
117       Håkon Hægland (hakonhagland, HAKONH)
118
119       nick nauwelaerts (INPHOBIA)
120
121       Florian Weimer
122
124       This software is copyright (c) 2011-2022 by Graham Ollis.
125
126       This is free software; you can redistribute it and/or modify it under
127       the same terms as the Perl 5 programming language system itself.
128
129
130
131perl v5.36.0                      2023-01-20               Alien::Build::rc(3)
Impressum