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 1.55
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 This plugin extracts from an archive in zip format using Archive::Zip.
25
26 format
27 Gives a hint as to the expected format. This should always be "zip".
28
30 handles
31 Alien::Build::Plugin::Extract::ArchiveZip->handles($ext);
32 $plugin->handles($ext);
33
34 Returns true if the plugin is able to handle the archive of the given
35 format.
36
37 available
38 Alien::Build::Plugin::Extract::ArchiveZip->available($ext);
39
40 Returns true if the plugin has what it needs right now to extract from
41 the given format
42
44 Alien::Build::Plugin::Extract::Negotiate, Alien::Build, alienfile,
45 Alien::Build::MM, Alien
46
48 Author: Graham Ollis <plicease@cpan.org>
49
50 Contributors:
51
52 Diab Jerius (DJERIUS)
53
54 Roy Storey
55
56 Ilya Pavlov
57
58 David Mertens (run4flat)
59
60 Mark Nunberg (mordy, mnunberg)
61
62 Christian Walde (Mithaldu)
63
64 Brian Wightman (MidLifeXis)
65
66 Zaki Mughal (zmughal)
67
68 mohawk (mohawk2, ETJ)
69
70 Vikas N Kumar (vikasnkumar)
71
72 Flavio Poletti (polettix)
73
74 Salvador Fandiño (salva)
75
76 Gianni Ceccarelli (dakkar)
77
78 Pavel Shaydo (zwon, trinitum)
79
80 Kang-min Liu (劉康民, gugod)
81
82 Nicholas Shipp (nshp)
83
84 Juan Julián Merelo Guervós (JJ)
85
86 Joel Berger (JBERGER)
87
88 Petr Pisar (ppisar)
89
90 Lance Wicks (LANCEW)
91
92 Ahmad Fatoum (a3f, ATHREEF)
93
94 José Joaquín Atria (JJATRIA)
95
96 Duke Leto (LETO)
97
98 Shoichi Kaji (SKAJI)
99
100 Shawn Laffan (SLAFFAN)
101
102 Paul Evans (leonerd, PEVANS)
103
105 This software is copyright (c) 2011-2018 by Graham Ollis.
106
107 This is free software; you can redistribute it and/or modify it under
108 the same terms as the Perl 5 programming language system itself.
109
110
111
112perl v5.28.1 2A0l1i9e-n0:2:-B2u4ild::Plugin::Extract::ArchiveZip(3)