1Alien::Build::Plugin::FUestecrh:C:oCnutrrliCboumtAmeladinedPn(e:3r:)lBuDiolcdu:m:ePnltuagtiino:n:Fetch::CurlCommand(3)
2
3
4
6 Alien::Build::Plugin::Fetch::CurlCommand - Plugin for fetching files
7 using curl
8
10 version 1.55
11
13 use alienfile;
14
15 share {
16 start_url 'https://www.openssl.org/source/';
17 plugin 'Fetch::CurlCommand';
18 };
19
21 WARNING: This plugin is somewhat experimental at this time.
22
23 This plugin provides a fetch based on the "curl" 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 "curl" first.
28
29 Protocols supported: "http", "https"
30
32 curl_command
33 The full path to the "curl" 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
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 Pisar (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
101 This software is copyright (c) 2011-2018 by Graham Ollis.
102
103 This is free software; you can redistribute it and/or modify it under
104 the same terms as the Perl 5 programming language system itself.
105
106
107
108perl v5.28.1 20A1l9i-e0n2:-:2B4uild::Plugin::Fetch::CurlCommand(3)