Footprintless::Extract - Extracts data from archives
version 1.15
Provides a built in library for extracting data from archives.
It presents an interface compatible with Archive::Extract
for the functions used by Footprintless
.
Constructs a new instance.
Note that archive =
$archive> is REQUIRED in order to provide a interface compatible with Archive::Extract
.
The available options are:
The type of archive.
The supported types are tar
,
tgz
,
and zip
.
If not provided,
the file extension will be used to determine the type.
Returns a truthy value if $hostname
is an alias for localhost.
The destination directory to extract into.
If not supplied,
Cwd::getcwd
will be used.
Lucas Theisen <lucastheisen@pastdev.com>
This software is copyright (c) 2016 by Lucas Theisen.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Please see those modules/websites for more information related to this module.