1Alien::Build::Plugin::FUestecrh(C3o)ntributed Perl DocumAelniteant:i:oBnuild::Plugin::Fetch(3)
2
3
4
6 Alien::Build::Plugin::Fetch - Fetch Alien::Build plugins
7
9 version 1.55
10
12 use alienfile;
13 share {
14 start_url 'http://ftp.gnu.org/gnu/make';
15 plugin 'Download';
16 };
17
19 Fetch plugins retrieve single resources from the internet. The
20 difference between a Fetch plugin and a Download plugin is that
21 Download plugin may fetch several resources from the internet (usually
22 using a Fetch plugin), before finding the final archive. Normally you
23 will not need to use Fetch plugins directly but should instead use the
24 Alien::Build::Plugin::Download::Negotiate plugin, which will pick the
25 best plugins for your given URL.
26
27 Alien::Build::Plugin::Fetch::HTTPTiny
28 Alien::Build::Plugin::Fetch::Local
29 Alien::Build::Plugin::Fetch::LWP
30 Alien::Build::Plugin::Fetch::NetFTP
31
33 Alien::Build, Alien::Build::Plugin
34
36 Author: Graham Ollis <plicease@cpan.org>
37
38 Contributors:
39
40 Diab Jerius (DJERIUS)
41
42 Roy Storey
43
44 Ilya Pavlov
45
46 David Mertens (run4flat)
47
48 Mark Nunberg (mordy, mnunberg)
49
50 Christian Walde (Mithaldu)
51
52 Brian Wightman (MidLifeXis)
53
54 Zaki Mughal (zmughal)
55
56 mohawk (mohawk2, ETJ)
57
58 Vikas N Kumar (vikasnkumar)
59
60 Flavio Poletti (polettix)
61
62 Salvador Fandiño (salva)
63
64 Gianni Ceccarelli (dakkar)
65
66 Pavel Shaydo (zwon, trinitum)
67
68 Kang-min Liu (劉康民, gugod)
69
70 Nicholas Shipp (nshp)
71
72 Juan Julián Merelo Guervós (JJ)
73
74 Joel Berger (JBERGER)
75
76 Petr Pisar (ppisar)
77
78 Lance Wicks (LANCEW)
79
80 Ahmad Fatoum (a3f, ATHREEF)
81
82 José Joaquín Atria (JJATRIA)
83
84 Duke Leto (LETO)
85
86 Shoichi Kaji (SKAJI)
87
88 Shawn Laffan (SLAFFAN)
89
90 Paul Evans (leonerd, PEVANS)
91
93 This software is copyright (c) 2011-2018 by Graham Ollis.
94
95 This is free software; you can redistribute it and/or modify it under
96 the same terms as the Perl 5 programming language system itself.
97
98
99
100perl v5.28.1 2019-02-24 Alien::Build::Plugin::Fetch(3)