Archive-Libarchive
view release on metacpan or search on metacpan
lib/Archive/Libarchive/API.pm view on Meta::CPAN
=head2 copy_gname
# archive_entry_copy_gname
$e->copy_gname($string);
=head2 copy_gname_w
# archive_entry_copy_gname_w
$e->copy_gname_w($wstring);
=head2 copy_hardlink
# archive_entry_copy_hardlink
$e->copy_hardlink($string);
=head2 copy_hardlink_w
# archive_entry_copy_hardlink_w
$e->copy_hardlink_w($wstring);
=head2 copy_link
# archive_entry_copy_link
$e->copy_link($string);
=head2 copy_link_w
# archive_entry_copy_link_w
$e->copy_link_w($wstring);
=head2 copy_mac_metadata
# archive_entry_copy_mac_metadata
$e->copy_mac_metadata($meta);
Sets the mac metadata to C<$meta>.
=head2 copy_pathname
# archive_entry_copy_pathname
$e->copy_pathname($string);
=head2 copy_pathname_w
# archive_entry_copy_pathname_w
$e->copy_pathname_w($wstring);
=head2 copy_sourcepath
# archive_entry_copy_sourcepath
$e->copy_sourcepath($string);
=head2 copy_sourcepath_w
# archive_entry_copy_sourcepath_w
$e->copy_sourcepath_w($wstring);
=head2 copy_stat
# archive_entry_copy_stat
$e->copy_stat($stat);
Copies the values from a L<FFI::C::Stat> instance.
Not currently implemented on Windows.
=head2 copy_symlink
# archive_entry_copy_symlink
$e->copy_symlink($string);
=head2 copy_symlink_w
# archive_entry_copy_symlink_w
$e->copy_symlink_w($wstring);
=head2 copy_uname
# archive_entry_copy_uname
$e->copy_uname($string);
=head2 copy_uname_w
# archive_entry_copy_uname_w
$e->copy_uname_w($wstring);
=head2 ctime
# archive_entry_ctime
my $time_t = $e->ctime;
=head2 ctime_is_set
# archive_entry_ctime_is_set
my $int = $e->ctime_is_set;
=head2 ctime_nsec
# archive_entry_ctime_nsec
my $long = $e->ctime_nsec;
=head2 dev
# archive_entry_dev
my $dev_t = $e->dev;
=head2 dev_is_set
# archive_entry_dev_is_set
my $int = $e->dev_is_set;
=head2 devmajor
# archive_entry_devmajor
my $dev_t = $e->devmajor;
=head2 devminor
# archive_entry_devminor
my $dev_t = $e->devminor;
( run in 2.517 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )