Archive-Libarchive
view release on metacpan or search on metacpan
lib/Archive/Libarchive/Lib/Unbound.pm view on Meta::CPAN
package Archive::Libarchive::Lib::Unbound;
use strict;
use warnings;
use 5.020;
# ABSTRACT: Private class for Arcive::Libarchive
our $VERSION = '0.10'; # VERSION
# NOTE: This document is autogenerated from the template
# maint/tt/Code.pm.tt
# Please see maint/README.md for details on updating.
package
Archive::Libarchive::Unbound;
use Archive::Libarchive::Lib;
my $ffi = Archive::Libarchive::Lib->ffi;
#$ffi->attach( archive_entry_linkify => ['archive_entry_linkresolver', undef, undef] );
$ffi->attach( archive_entry_partial_links => ['archive_entry_linkresolver', 'uint*'] => 'archive_entry' );
$ffi->ignore_not_found(1);
$ffi->attach( archive_parse_date => ['time_t', 'string'] => 'time_t' );
$ffi->ignore_not_found(0);
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
Archive::Libarchive::Lib::Unbound - Private class for Arcive::Libarchive
=head1 VERSION
version 0.10
=head1 SYNOPSIS
% perldoc Archive::Libarchive
=head1 DESCRIPTION
This is a private class for L<Archive::Libarchive> see the main documentation for the public interface.
=head1 SEE ALSO
=over 4
=item L<Archive::Libarchive::Peek>
Provides an interface for listing and retrieving entries from an archive without extracting them to the local filesystem.
=item L<Archive::Libarchive::Extract>
Provides an interface for extracting arbitrary archives of any format/filter supported by C<libarchive>.
=item L<Archive::Libarchive::Unwrap>
Decompresses / unwraps files that have been compressed or wrapped in any of the filter formats supported by C<libarchive>
=item L<Archive::Libarchive>
This is the main top-level module for using C<libarchive> from
Perl. It is the best place to start reading the documentation.
It pulls in the other classes and C<libarchive> constants so
that you only need one C<use> statement to effectively use
C<libarchive>.
=item L<Archive::Libarchive::API>
This contains the full and complete API for all of the L<Archive::Libarchive>
classes. Because C<libarchive> has hundreds of methods, the main documentation
pages elsewhere only contain enough to be useful, and not to overwhelm.
=item L<Archive::Libarchive::Archive>
The base class of all archive classes. This includes some common error
reporting functionality among other things.
( run in 0.513 second using v1.01-cache-2.11-cpan-302cb4679cc )