1Alien::Build::Plugin::FUestecrh:C:oLnotcrailbDuitre(d3A)Pleireln:D:oBcuuimledn:t:aPtliuognin::Fetch::LocalDir(3)
2
3
4
6 Alien::Build::Plugin::Fetch::LocalDir - Plugin for fetching a local
7 directory
8
10 version 2.17
11
13 use alienfile;
14 share {
15 start_url 'patch/libfoo-1.00/';
16 plugin 'Fetch::LocalDir';
17 };
18
20 Note: in most case you will want to use
21 Alien::Build::Plugin::Download::Negotiate instead. It picks the
22 appropriate fetch plugin based on your platform and environment. In
23 some cases you may need to use this plugin directly instead.
24
25 This fetch plugin fetches files from the local file system. It is
26 mostly useful if you intend to bundle source with your Alien. If you
27 are bundling tarballs see Alien::Build::Plugin::Fetch::Local.
28
30 root
31 The directory from which the start URL should be relative. The default
32 is usually reasonable.
33
34 ssl
35 This property is for compatibility with other fetch plugins, but is not
36 used.
37
39 Alien::Build::Plugin::Download::Negotiate
40 Alien::Build::Plugin::Fetch::Local
41 Alien::Build
42 alienfile
43 Alien::Build::MM
44 Alien
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
104 This software is copyright (c) 2011-2020 by Graham Ollis.
105
106 This is free software; you can redistribute it and/or modify it under
107 the same terms as the Perl 5 programming language system itself.
108
109
110
111perl v5.30.2 2020-A0l3i-e2n0::Build::Plugin::Fetch::LocalDir(3)