1Alien::Build::Plugin::DUesceordeC:o:nMtorjiob(u3t)ed PerAlliDeonc:u:mBeunitladt:i:oPnlugin::Decode::Mojo(3)
2
3
4
6 Alien::Build::Plugin::Decode::Mojo - Plugin to extract links from HTML
7 using Mojo::DOM or Mojo::DOM58
8
10 version 2.45
11
13 use alienfile;
14 plugin 'Decode::Mojo';
15
16 Force using "Decode::Mojo" via the download negotiator:
17
18 use alienfile 1.68;
19
20 configure {
21 requires 'Alien::Build::Plugin::Decode::Mojo';
22 };
23
24 plugin 'Download' => (
25 ...
26 decoder => 'Decode::Mojo',
27 );
28
30 Note: in most cases you will want to use
31 Alien::Build::Plugin::Download::Negotiate instead. It picks the
32 appropriate decode plugin based on your platform and environment. In
33 some cases you may need to use this plugin directly instead.
34
35 This plugin decodes an HTML file listing into a list of candidates for
36 your Prefer plugin. It works just like
37 Alien::Build::Plugin::Decode::HTML except it uses either Mojo::DOM or
38 Mojo::DOM58 to do its job.
39
40 This plugin is much lighter than The "Decode::HTML" plugin, and doesn't
41 require XS. It is the default decode plugin used by
42 Alien::Build::Plugin::Download::Negotiate if it detects that you need
43 to parse an HTML index.
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
107 This software is copyright (c) 2011-2020 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.34.0 2021-10-A2l9ien::Build::Plugin::Decode::Mojo(3)