1Alien::Build::Plugin::FUestecrh:C:oLnWtPr(i3b)uted PerlADloiceunm:e:nBtuaitlido:n:Plugin::Fetch::LWP(3)
2
3
4

NAME

6       Alien::Build::Plugin::Fetch::LWP - Plugin for fetching files using LWP
7

VERSION

9       version 2.77
10

SYNOPSIS

12        use alienfile;
13        share {
14          start_url 'http://ftp.gnu.org/gnu/make';
15          plugin 'Fetch::LWP';
16        };
17

DESCRIPTION

19       Note: in most case you will want to use
20       Alien::Build::Plugin::Download::Negotiate instead.  It picks the
21       appropriate fetch plugin based on your platform and environment.  In
22       some cases you may need to use this plugin directly instead.
23
24       This fetch plugin fetches files and directory listings via the "http"
25       "https", "ftp", "file" protocol using LWP.  If the URL specified uses
26       the "https" scheme, then the required SSL modules will automatically be
27       injected as requirements.  If your initial URL is not "https", but you
28       know that it will be needed on a subsequent request you can use the ssl
29       property below.
30

PROPERTIES

32   url
33       The initial URL to fetch.  This may be a directory listing (in HTML) or
34       the final file.
35
36   ssl
37       If set to true, then the SSL modules required to make an "https"
38       connection will be added as prerequisites.
39

SEE ALSO

41       Alien::Build::Plugin::Download::Negotiate, Alien::Build, alienfile,
42       Alien::Build::MM, Alien
43

AUTHOR

45       Author: Graham Ollis <plicease@cpan.org>
46
47       Contributors:
48
49       Diab Jerius (DJERIUS)
50
51       Roy Storey (KIWIROY)
52
53       Ilya Pavlov
54
55       David Mertens (run4flat)
56
57       Mark Nunberg (mordy, mnunberg)
58
59       Christian Walde (Mithaldu)
60
61       Brian Wightman (MidLifeXis)
62
63       Zaki Mughal (zmughal)
64
65       mohawk (mohawk2, ETJ)
66
67       Vikas N Kumar (vikasnkumar)
68
69       Flavio Poletti (polettix)
70
71       Salvador Fandiño (salva)
72
73       Gianni Ceccarelli (dakkar)
74
75       Pavel Shaydo (zwon, trinitum)
76
77       Kang-min Liu (劉康民, gugod)
78
79       Nicholas Shipp (nshp)
80
81       Juan Julián Merelo Guervós (JJ)
82
83       Joel Berger (JBERGER)
84
85       Petr Písař (ppisar)
86
87       Lance Wicks (LANCEW)
88
89       Ahmad Fatoum (a3f, ATHREEF)
90
91       José Joaquín Atria (JJATRIA)
92
93       Duke Leto (LETO)
94
95       Shoichi Kaji (SKAJI)
96
97       Shawn Laffan (SLAFFAN)
98
99       Paul Evans (leonerd, PEVANS)
100
101       Håkon Hægland (hakonhagland, HAKONH)
102
103       nick nauwelaerts (INPHOBIA)
104
105       Florian Weimer
106
108       This software is copyright (c) 2011-2022 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.36.0                      2023-01-20Alien::Build::Plugin::Fetch::LWP(3)
Impressum