-
-
21 Apr 2022 20:27:55 UTC
- Distribution: Archive-SevenZip
- Module version: 0.13
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (1)
- Testers (107 / 0 / 0)
- Kwalitee
Bus factor: 1- 33.86% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (134.62KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:1 non-PAUSE userNAME
Archive::SevenZip::API::ArchiveTar - Archive::Tar-compatibility API
SYNOPSIS
my $ar = Archive::SevenZip->archiveTarApi( find => 1, archivename => $archivename, verbose => $verbose, ); print "$_\n" for $ar->list_files;
This module implements just enough of the Archive::Tar API to make extracting work. Ideally use this API to enable a script that uses Archive::Tar to also read other archive files supported by 7z.
METHODS
->contains_file
->get_content
->list_files
->extract_file
REPOSITORY
The public repository of this module is https://github.com/Corion/archive-sevenzip.
SUPPORT
The public support forum of this module is https://perlmonks.org/.
BUG TRACKER
Please report bugs in this module via the RT CPAN bug queue at https://rt.cpan.org/Public/Dist/Display.html?Name=Archive-SevenZip or via mail to archive-sevenzip-Bugs@rt.cpan.org.
AUTHOR
Max Maischein
corion@cpan.org
COPYRIGHT (c)
Copyright 2015-2019 by Max Maischein
corion@cpan.org
.LICENSE
This module is released under the same terms as Perl itself.
Module Install Instructions
To install Archive::SevenZip, copy and paste the appropriate command in to your terminal.
cpanm Archive::SevenZip
perl -MCPAN -e shell install Archive::SevenZip
For more information on module installation, please visit the detailed CPAN module installation guide.