1# PODNAME: Alien::Build::Plugin::Decode
2# ABSTRACT: Decode Alien::Build plugins
3# VERSION
4
5__END__
6
7=pod
8
9=encoding UTF-8
10
11=head1 NAME
12
13Alien::Build::Plugin::Decode - Decode Alien::Build plugins
14
15=head1 VERSION
16
17version 2.45
18
19=head1 SYNOPSIS
20
21 use alienfile;
22 plugin 'Decode::HTML';
23 plugin 'Decode::DirListing';
24
25=head1 DESCRIPTION
26
27Decode plugins decode HTML and FTP file listings.  Normally you
28will want to use the L<Alien::Build::Plugin::Download::Negotiate>
29plugin which will automatically load the appropriate Decode plugins.
30
31=over 4
32
33=item L<Alien::Build::Plugin::Decode::HTML>
34
35=item L<Alien::Build::Plugin::Decode::DirListing>
36
37=item L<Alien::Build::Plugin::Decode::DirListingFtpcopy>
38
39=back
40
41=head1 SEE ALSO
42
43L<Alien::Build>, L<Alien::Build::Plugin>
44
45=head1 AUTHOR
46
47Author: Graham Ollis E<lt>plicease@cpan.orgE<gt>
48
49Contributors:
50
51Diab Jerius (DJERIUS)
52
53Roy Storey (KIWIROY)
54
55Ilya Pavlov
56
57David Mertens (run4flat)
58
59Mark Nunberg (mordy, mnunberg)
60
61Christian Walde (Mithaldu)
62
63Brian Wightman (MidLifeXis)
64
65Zaki Mughal (zmughal)
66
67mohawk (mohawk2, ETJ)
68
69Vikas N Kumar (vikasnkumar)
70
71Flavio Poletti (polettix)
72
73Salvador Fandiño (salva)
74
75Gianni Ceccarelli (dakkar)
76
77Pavel Shaydo (zwon, trinitum)
78
79Kang-min Liu (劉康民, gugod)
80
81Nicholas Shipp (nshp)
82
83Juan Julián Merelo Guervós (JJ)
84
85Joel Berger (JBERGER)
86
87Petr Písař (ppisar)
88
89Lance Wicks (LANCEW)
90
91Ahmad Fatoum (a3f, ATHREEF)
92
93José Joaquín Atria (JJATRIA)
94
95Duke Leto (LETO)
96
97Shoichi Kaji (SKAJI)
98
99Shawn Laffan (SLAFFAN)
100
101Paul Evans (leonerd, PEVANS)
102
103Håkon Hægland (hakonhagland, HAKONH)
104
105nick nauwelaerts (INPHOBIA)
106
107=head1 COPYRIGHT AND LICENSE
108
109This software is copyright (c) 2011-2020 by Graham Ollis.
110
111This is free software; you can redistribute it and/or modify it under
112the same terms as the Perl 5 programming language system itself.
113
114=cut
115