1Alien::Build::Plugin::EUxsterracCto:n:tArricbhuAitlveiedeZniP:pe:(rB3lu)iDlodc:u:mPelnutgaitni:o:nExtract::ArchiveZip(3)
2
3
4
6 Alien::Build::Plugin::Extract::ArchiveZip - Plugin to extract a tarball
7 using Archive::Zip
8
10 version 2.80
11
13 use alienfile;
14 plugin 'Extract::ArchiveZip' => (
15 format => 'zip',
16 );
17
19 Note: in most case you will want to use
20 Alien::Build::Plugin::Extract::Negotiate instead. It picks the
21 appropriate Extract plugin based on your platform and environment. In
22 some cases you may need to use this plugin directly instead.
23
24 Note: Seriously do NOT use this plugin! Archive::Zip is pretty
25 unreliable and breaks all-the-time. If you use the negotiator plugin
26 mentioned above, then it will prefer installing Alien::unzip, which is
27 much more reliable than Archive::Zip.
28
29 This plugin extracts from an archive in zip format using Archive::Zip.
30
31 format
32 Gives a hint as to the expected format. This should always be "zip".
33
35 handles
36 Alien::Build::Plugin::Extract::ArchiveZip->handles($ext);
37 $plugin->handles($ext);
38
39 Returns true if the plugin is able to handle the archive of the given
40 format.
41
42 available
43 Alien::Build::Plugin::Extract::ArchiveZip->available($ext);
44
45 Returns true if the plugin has what it needs right now to extract from
46 the given format
47
49 Alien::Build::Plugin::Extract::Negotiate, Alien::Build, alienfile,
50 Alien::Build::MM, Alien
51
53 Author: Graham Ollis <plicease@cpan.org>
54
55 Contributors:
56
57 Diab Jerius (DJERIUS)
58
59 Roy Storey (KIWIROY)
60
61 Ilya Pavlov
62
63 David Mertens (run4flat)
64
65 Mark Nunberg (mordy, mnunberg)
66
67 Christian Walde (Mithaldu)
68
69 Brian Wightman (MidLifeXis)
70
71 Zaki Mughal (zmughal)
72
73 mohawk (mohawk2, ETJ)
74
75 Vikas N Kumar (vikasnkumar)
76
77 Flavio Poletti (polettix)
78
79 Salvador Fandiño (salva)
80
81 Gianni Ceccarelli (dakkar)
82
83 Pavel Shaydo (zwon, trinitum)
84
85 Kang-min Liu (劉康民, gugod)
86
87 Nicholas Shipp (nshp)
88
89 Juan Julián Merelo Guervós (JJ)
90
91 Joel Berger (JBERGER)
92
93 Petr Písař (ppisar)
94
95 Lance Wicks (LANCEW)
96
97 Ahmad Fatoum (a3f, ATHREEF)
98
99 José Joaquín Atria (JJATRIA)
100
101 Duke Leto (LETO)
102
103 Shoichi Kaji (SKAJI)
104
105 Shawn Laffan (SLAFFAN)
106
107 Paul Evans (leonerd, PEVANS)
108
109 Håkon Hægland (hakonhagland, HAKONH)
110
111 nick nauwelaerts (INPHOBIA)
112
113 Florian Weimer
114
116 This software is copyright (c) 2011-2022 by Graham Ollis.
117
118 This is free software; you can redistribute it and/or modify it under
119 the same terms as the Perl 5 programming language system itself.
120
121
122
123perl v5.38.0 2A0l2i3e-n0:7:-B2u0ild::Plugin::Extract::ArchiveZip(3)