1Alien::Build::Plugin::DUesceordeC(o3n)tributed Perl DocuAmleinetna:t:iBounild::Plugin::Decode(3)
2
3
4
6 Alien::Build::Plugin::Decode - Decode Alien::Build plugins
7
9 version 2.80
10
12 use alienfile;
13 plugin 'Decode::HTML';
14 plugin 'Decode::DirListing';
15
17 Decode plugins decode HTML and FTP file listings. Normally you will
18 want to use the Alien::Build::Plugin::Download::Negotiate plugin which
19 will automatically load the appropriate Decode plugins.
20
21 Alien::Build::Plugin::Decode::DirListing
22 Default decoder for FTP file listings, that uses the pure-perl
23 File::Listing.
24
25 Alien::Build::Plugin::Decode::DirListingFtpcopy
26 Another decoder for FTP file listings, that uses the XS module
27 File::Listing::Ftpcopy.
28
29 Alien::Build::Plugin::Decode::HTML
30 Older decoder for HTML file listings, which uses the XS module
31 HTML::LinkExtor. This used to be the default decoder until
32 Alien::Build version 1.75. In some cases, this will be used as the
33 HTML decoder if you configure with Alien::Build prior to 1.75 and
34 but upgrade to a more recent version for the build stage of your
35 Alien
36
37 Alien::Build::Plugin::Decode::Mojo
38 Newer decoder for HTML file listings, which uses the pure-perl
39 Mojo::DOM or Mojo::DOM58. This became the default decoder at
40 Alien::Build version 1.75.
41
43 Alien::Build, Alien::Build::Plugin
44
46 Author: Graham Ollis <plicease@cpan.org>
47
48 Contributors:
49
50 Diab Jerius (DJERIUS)
51
52 Roy Storey (KIWIROY)
53
54 Ilya Pavlov
55
56 David Mertens (run4flat)
57
58 Mark Nunberg (mordy, mnunberg)
59
60 Christian Walde (Mithaldu)
61
62 Brian Wightman (MidLifeXis)
63
64 Zaki Mughal (zmughal)
65
66 mohawk (mohawk2, ETJ)
67
68 Vikas N Kumar (vikasnkumar)
69
70 Flavio Poletti (polettix)
71
72 Salvador Fandiño (salva)
73
74 Gianni Ceccarelli (dakkar)
75
76 Pavel Shaydo (zwon, trinitum)
77
78 Kang-min Liu (劉康民, gugod)
79
80 Nicholas Shipp (nshp)
81
82 Juan Julián Merelo Guervós (JJ)
83
84 Joel Berger (JBERGER)
85
86 Petr Písař (ppisar)
87
88 Lance Wicks (LANCEW)
89
90 Ahmad Fatoum (a3f, ATHREEF)
91
92 José Joaquín Atria (JJATRIA)
93
94 Duke Leto (LETO)
95
96 Shoichi Kaji (SKAJI)
97
98 Shawn Laffan (SLAFFAN)
99
100 Paul Evans (leonerd, PEVANS)
101
102 Håkon Hægland (hakonhagland, HAKONH)
103
104 nick nauwelaerts (INPHOBIA)
105
106 Florian Weimer
107
109 This software is copyright (c) 2011-2022 by Graham Ollis.
110
111 This is free software; you can redistribute it and/or modify it under
112 the same terms as the Perl 5 programming language system itself.
113
114
115
116perl v5.38.0 2023-07-20 Alien::Build::Plugin::Decode(3)