1Alien::Build::Plugin::FUestecrh:C:oLnotcrailb(u3t)ed PerAlliDeonc:u:mBeunitladt:i:oPnlugin::Fetch::Local(3)
2
3
4
6 Alien::Build::Plugin::Fetch::Local - Plugin for fetching a local file
7
9 version 2.80
10
12 use alienfile;
13 share {
14 start_url 'patch/libfoo-1.00.tar.gz';
15 plugin 'Fetch::Local';
16 };
17
19 Note: in most case you will want to use
20 Alien::Build::Plugin::Download::Negotiate instead. It picks the
21 appropriate fetch plugin based on your platform and environment. In
22 some cases you may need to use this plugin directly instead.
23
24 This fetch plugin fetches files from the local file system. It is
25 mostly useful if you intend to bundle packages (as tarballs or zip
26 files) with your Alien. If you intend to bundle a source tree, use
27 Alien::Build::Plugin::Fetch::LocalDir.
28
30 url
31 The initial URL to fetch. This may be a "file://" style URL, or just
32 the path on the local system.
33
34 root
35 The directory from which the URL should be relative. The default is
36 usually reasonable.
37
38 ssl
39 This property is for compatibility with other fetch plugins, but is not
40 used.
41
43 Alien::Build::Plugin::Download::Negotiate
44 Alien::Build::Plugin::Fetch::LocalDir
45 Alien::Build
46 alienfile
47 Alien::Build::MM
48 Alien
49
51 Author: Graham Ollis <plicease@cpan.org>
52
53 Contributors:
54
55 Diab Jerius (DJERIUS)
56
57 Roy Storey (KIWIROY)
58
59 Ilya Pavlov
60
61 David Mertens (run4flat)
62
63 Mark Nunberg (mordy, mnunberg)
64
65 Christian Walde (Mithaldu)
66
67 Brian Wightman (MidLifeXis)
68
69 Zaki Mughal (zmughal)
70
71 mohawk (mohawk2, ETJ)
72
73 Vikas N Kumar (vikasnkumar)
74
75 Flavio Poletti (polettix)
76
77 Salvador Fandiño (salva)
78
79 Gianni Ceccarelli (dakkar)
80
81 Pavel Shaydo (zwon, trinitum)
82
83 Kang-min Liu (劉康民, gugod)
84
85 Nicholas Shipp (nshp)
86
87 Juan Julián Merelo Guervós (JJ)
88
89 Joel Berger (JBERGER)
90
91 Petr Písař (ppisar)
92
93 Lance Wicks (LANCEW)
94
95 Ahmad Fatoum (a3f, ATHREEF)
96
97 José Joaquín Atria (JJATRIA)
98
99 Duke Leto (LETO)
100
101 Shoichi Kaji (SKAJI)
102
103 Shawn Laffan (SLAFFAN)
104
105 Paul Evans (leonerd, PEVANS)
106
107 Håkon Hægland (hakonhagland, HAKONH)
108
109 nick nauwelaerts (INPHOBIA)
110
111 Florian Weimer
112
114 This software is copyright (c) 2011-2022 by Graham Ollis.
115
116 This is free software; you can redistribute it and/or modify it under
117 the same terms as the Perl 5 programming language system itself.
118
119
120
121perl v5.38.0 2023-07-A2l0ien::Build::Plugin::Fetch::Local(3)