1Alien::Build::Plugin::EUxsterracCto:n:tNreigbouttAieladiteePn(e:3r:)lBuDiolcdu:m:ePnltuagtiino:n:Extract::Negotiate(3)
2
3
4
6 Alien::Build::Plugin::Extract::Negotiate - Extraction negotiation
7 plugin
8
10 version 2.45
11
13 use alienfile;
14 plugin 'Extract' => (
15 format => 'tar.gz',
16 );
17
19 This is a negotiator plugin for extracting packages downloaded from the
20 internet. This plugin picks the best Extract plugin to do the actual
21 work. Which plugins are picked depend on the properties you specify,
22 your platform and environment. It is usually preferable to use a
23 negotiator plugin rather than using a specific Extract Plugin from your
24 alienfile.
25
27 format
28 The expected format for the download. Possible values include: "tar",
29 "tar.gz", "tar.bz2", "tar.xz", "zip", "d".
30
32 pick
33 my $name = Alien::Build::Plugin::Extract::Negotiate->pick($format);
34
35 Returns the name of the best plugin for the given format.
36
38 Alien::Build, alienfile, Alien::Build::MM, Alien
39
41 Author: Graham Ollis <plicease@cpan.org>
42
43 Contributors:
44
45 Diab Jerius (DJERIUS)
46
47 Roy Storey (KIWIROY)
48
49 Ilya Pavlov
50
51 David Mertens (run4flat)
52
53 Mark Nunberg (mordy, mnunberg)
54
55 Christian Walde (Mithaldu)
56
57 Brian Wightman (MidLifeXis)
58
59 Zaki Mughal (zmughal)
60
61 mohawk (mohawk2, ETJ)
62
63 Vikas N Kumar (vikasnkumar)
64
65 Flavio Poletti (polettix)
66
67 Salvador Fandiño (salva)
68
69 Gianni Ceccarelli (dakkar)
70
71 Pavel Shaydo (zwon, trinitum)
72
73 Kang-min Liu (劉康民, gugod)
74
75 Nicholas Shipp (nshp)
76
77 Juan Julián Merelo Guervós (JJ)
78
79 Joel Berger (JBERGER)
80
81 Petr Písař (ppisar)
82
83 Lance Wicks (LANCEW)
84
85 Ahmad Fatoum (a3f, ATHREEF)
86
87 José Joaquín Atria (JJATRIA)
88
89 Duke Leto (LETO)
90
91 Shoichi Kaji (SKAJI)
92
93 Shawn Laffan (SLAFFAN)
94
95 Paul Evans (leonerd, PEVANS)
96
97 Håkon Hægland (hakonhagland, HAKONH)
98
99 nick nauwelaerts (INPHOBIA)
100
102 This software is copyright (c) 2011-2020 by Graham Ollis.
103
104 This is free software; you can redistribute it and/or modify it under
105 the same terms as the Perl 5 programming language system itself.
106
107
108
109perl v5.34.0 20A2l1i-e1n0:-:2B9uild::Plugin::Extract::Negotiate(3)