1Alien::Build::Plugin::EUxsterracCto:n:tFriilbeu(t3e)d PeArllieDno:c:uBmueinltda:t:iPolnugin::Extract::File(3)
2
3
4
6 Alien::Build::Plugin::Extract::File - Plugin to extract a downloaded
7 file to a build directory
8
10 version 2.77
11
13 use alienfile;
14 plugin 'Extract::File';
15
17 Some Download or Fetch plugins may produce a single file (usually an
18 executable) instead of an archive file. This plugin is used to mirror
19 the file from the Download step into a fresh directory in the Extract
20 step.
21
23 format
24 Should always set to "f" (for file).
25
27 handles
28 Alien::Build::Plugin::Extract::File->handles($ext);
29 $plugin->handles($ext);
30
31 Returns true if the plugin is able to handle the archive of the given
32 format. Only returns true for "f" (for file).
33
34 available
35 Alien::Build::Plugin::Extract::File->available($ext);
36 $plugin->available($ext);
37
38 Returns true if the plugin can extract the given format with what is
39 already installed.
40
42 Alien::Build::Plugin::Extract::Negotiate,
43 Alien::Build::Plugin::Extract::File, Alien::Build, alienfile,
44 Alien::Build::MM, Alien
45
47 Author: Graham Ollis <plicease@cpan.org>
48
49 Contributors:
50
51 Diab Jerius (DJERIUS)
52
53 Roy Storey (KIWIROY)
54
55 Ilya Pavlov
56
57 David Mertens (run4flat)
58
59 Mark Nunberg (mordy, mnunberg)
60
61 Christian Walde (Mithaldu)
62
63 Brian Wightman (MidLifeXis)
64
65 Zaki Mughal (zmughal)
66
67 mohawk (mohawk2, ETJ)
68
69 Vikas N Kumar (vikasnkumar)
70
71 Flavio Poletti (polettix)
72
73 Salvador Fandiño (salva)
74
75 Gianni Ceccarelli (dakkar)
76
77 Pavel Shaydo (zwon, trinitum)
78
79 Kang-min Liu (劉康民, gugod)
80
81 Nicholas Shipp (nshp)
82
83 Juan Julián Merelo Guervós (JJ)
84
85 Joel Berger (JBERGER)
86
87 Petr Písař (ppisar)
88
89 Lance Wicks (LANCEW)
90
91 Ahmad Fatoum (a3f, ATHREEF)
92
93 José Joaquín Atria (JJATRIA)
94
95 Duke Leto (LETO)
96
97 Shoichi Kaji (SKAJI)
98
99 Shawn Laffan (SLAFFAN)
100
101 Paul Evans (leonerd, PEVANS)
102
103 Håkon Hægland (hakonhagland, HAKONH)
104
105 nick nauwelaerts (INPHOBIA)
106
107 Florian Weimer
108
110 This software is copyright (c) 2011-2022 by Graham Ollis.
111
112 This is free software; you can redistribute it and/or modify it under
113 the same terms as the Perl 5 programming language system itself.
114
115
116
117perl v5.36.0 2023-01A-l2i0en::Build::Plugin::Extract::File(3)