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 2.40
11
13 use alienfile;
14
15 share {
16 start_url 'https://www.openssl.org/source/';
17 plugin 'Fetch::CurlCommand';
18 };
19
21 This plugin provides a fetch based on the "curl" command. It works
22 with other fetch plugins (that is, the first one which succeeds will be
23 used). Most of the time the best plugin to use will be
24 Alien::Build::Plugin::Download::Negotiate, but for some SSL
25 bootstrapping it may be desirable to try "curl" first.
26
27 Protocols supported: "http", "https"
28
29 "https" support requires that curl was built with SSL support.
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 protocol_ok
41 my $bool = $plugin->protocol_ok($protocol);
42 my $bool = Alien::Build::Plugin::Fetch::CurlCommand->protocol_ok($protocol);
43
45 alienfile
46 Alien::Build
47
49 Author: Graham Ollis <plicease@cpan.org>
50
51 Contributors:
52
53 Diab Jerius (DJERIUS)
54
55 Roy Storey (KIWIROY)
56
57 Ilya Pavlov
58
59 David Mertens (run4flat)
60
61 Mark Nunberg (mordy, mnunberg)
62
63 Christian Walde (Mithaldu)
64
65 Brian Wightman (MidLifeXis)
66
67 Zaki Mughal (zmughal)
68
69 mohawk (mohawk2, ETJ)
70
71 Vikas N Kumar (vikasnkumar)
72
73 Flavio Poletti (polettix)
74
75 Salvador Fandiño (salva)
76
77 Gianni Ceccarelli (dakkar)
78
79 Pavel Shaydo (zwon, trinitum)
80
81 Kang-min Liu (劉康民, gugod)
82
83 Nicholas Shipp (nshp)
84
85 Juan Julián Merelo Guervós (JJ)
86
87 Joel Berger (JBERGER)
88
89 Petr Pisar (ppisar)
90
91 Lance Wicks (LANCEW)
92
93 Ahmad Fatoum (a3f, ATHREEF)
94
95 José Joaquín Atria (JJATRIA)
96
97 Duke Leto (LETO)
98
99 Shoichi Kaji (SKAJI)
100
101 Shawn Laffan (SLAFFAN)
102
103 Paul Evans (leonerd, PEVANS)
104
105 Håkon Hægland (hakonhagland, HAKONH)
106
108 This software is copyright (c) 2011-2020 by Graham Ollis.
109
110 This is free software; you can redistribute it and/or modify it under
111 the same terms as the Perl 5 programming language system itself.
112
113
114
115perl v5.32.1 20A2l1i-e0n5:-:1B3uild::Plugin::Fetch::CurlCommand(3)