1Alien::Build::Plugin::EUxsterracCto:n:tArricbhuAitlveiedeTnaP:re:(rB3lu)iDlodc:u:mPelnutgaitni:o:nExtract::ArchiveTar(3)
2
3
4
6 Alien::Build::Plugin::Extract::ArchiveTar - Plugin to extract a tarball
7 using Archive::Tar
8
10 version 1.93
11
13 use alienfile;
14 plugin 'Extract::ArchiveTar' => (
15 format => 'tar.gz',
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 tarball format (optionally
25 compressed by either gzip or bzip2) using Archive::Tar.
26
28 format
29 Gives a hint as to the expected format. This helps make sure the
30 prerequisites are set correctly, since compressed archives require
31 extra Perl modules to be installed.
32
34 handles
35 Alien::Build::Plugin::Extract::ArchiveTar->handles($ext);
36 $plugin->handles($ext);
37
38 Returns true if the plugin is able to handle the archive of the given
39 format.
40
41 available
42 Alien::Build::Plugin::Extract::ArchiveTar->available($ext);
43
44 Returns true if the plugin has what it needs right now to extract from
45 the given format
46
48 Alien::Build::Plugin::Extract::Negotiate, Alien::Build, alienfile,
49 Alien::Build::MM, Alien
50
52 Author: Graham Ollis <plicease@cpan.org>
53
54 Contributors:
55
56 Diab Jerius (DJERIUS)
57
58 Roy Storey (KIWIROY)
59
60 Ilya Pavlov
61
62 David Mertens (run4flat)
63
64 Mark Nunberg (mordy, mnunberg)
65
66 Christian Walde (Mithaldu)
67
68 Brian Wightman (MidLifeXis)
69
70 Zaki Mughal (zmughal)
71
72 mohawk (mohawk2, ETJ)
73
74 Vikas N Kumar (vikasnkumar)
75
76 Flavio Poletti (polettix)
77
78 Salvador Fandiño (salva)
79
80 Gianni Ceccarelli (dakkar)
81
82 Pavel Shaydo (zwon, trinitum)
83
84 Kang-min Liu (劉康民, gugod)
85
86 Nicholas Shipp (nshp)
87
88 Juan Julián Merelo Guervós (JJ)
89
90 Joel Berger (JBERGER)
91
92 Petr Pisar (ppisar)
93
94 Lance Wicks (LANCEW)
95
96 Ahmad Fatoum (a3f, ATHREEF)
97
98 José Joaquín Atria (JJATRIA)
99
100 Duke Leto (LETO)
101
102 Shoichi Kaji (SKAJI)
103
104 Shawn Laffan (SLAFFAN)
105
106 Paul Evans (leonerd, PEVANS)
107
109 This software is copyright (c) 2011-2019 by Graham Ollis.
110
111 This is free software; you can redistribute it and/or modify it under
112 the same terms as the Perl 5 programming language system itself.
113
114
115
116perl v5.30.1 2A0l1i9e-n1:2:-B1u0ild::Plugin::Extract::ArchiveTar(3)