1Alien::Build::Plugin::FUestecrh:C:oWngterti(b3u)ted PerlAlDioecnu:m:eBnutialtdi:o:nPlugin::Fetch::Wget(3)
2
3
4
6 Alien::Build::Plugin::Fetch::Wget - Plugin for fetching files using
7 wget
8
10 version 2.80
11
13 use alienfile;
14
15 share {
16 start_url 'https://www.openssl.org/source/';
17 plugin 'Fetch::Wget';
18 };
19
21 WARNING: This plugin is somewhat experimental at this time.
22
23 This plugin provides a fetch based on the "wget" command. It works
24 with other fetch plugins (that is, the first one which succeeds will be
25 used). Most of the time the best plugin to use will be
26 Alien::Build::Plugin::Download::Negotiate, but for some SSL
27 bootstrapping it may be desirable to try "wget" first.
28
29 Protocols supported: "http", "https"
30
32 wget_command
33 The full path to the "wget" command. The default is usually correct.
34
35 ssl
36 Ignored by this plugin. Provided for compatibility with some other
37 fetch plugins.
38
40 alienfile
41 Alien::Build
42
44 Author: Graham Ollis <plicease@cpan.org>
45
46 Contributors:
47
48 Diab Jerius (DJERIUS)
49
50 Roy Storey (KIWIROY)
51
52 Ilya Pavlov
53
54 David Mertens (run4flat)
55
56 Mark Nunberg (mordy, mnunberg)
57
58 Christian Walde (Mithaldu)
59
60 Brian Wightman (MidLifeXis)
61
62 Zaki Mughal (zmughal)
63
64 mohawk (mohawk2, ETJ)
65
66 Vikas N Kumar (vikasnkumar)
67
68 Flavio Poletti (polettix)
69
70 Salvador Fandiño (salva)
71
72 Gianni Ceccarelli (dakkar)
73
74 Pavel Shaydo (zwon, trinitum)
75
76 Kang-min Liu (劉康民, gugod)
77
78 Nicholas Shipp (nshp)
79
80 Juan Julián Merelo Guervós (JJ)
81
82 Joel Berger (JBERGER)
83
84 Petr Písař (ppisar)
85
86 Lance Wicks (LANCEW)
87
88 Ahmad Fatoum (a3f, ATHREEF)
89
90 José Joaquín Atria (JJATRIA)
91
92 Duke Leto (LETO)
93
94 Shoichi Kaji (SKAJI)
95
96 Shawn Laffan (SLAFFAN)
97
98 Paul Evans (leonerd, PEVANS)
99
100 Håkon Hægland (hakonhagland, HAKONH)
101
102 nick nauwelaerts (INPHOBIA)
103
104 Florian Weimer
105
107 This software is copyright (c) 2011-2022 by Graham Ollis.
108
109 This is free software; you can redistribute it and/or modify it under
110 the same terms as the Perl 5 programming language system itself.
111
112
113
114perl v5.36.1 2023-05-1A5lien::Build::Plugin::Fetch::Wget(3)