mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
13 lines
591 B
Plaintext
13 lines
591 B
Plaintext
Archive::Tar::Wrapper is an API wrapper around the 'tar' command line utility.
|
|
It never stores anything in memory, but works on temporary directory structures
|
|
on disk instead. It provides a mapping between the logical paths in the tarball
|
|
and the 'real' files in the temporary directory on disk.
|
|
|
|
It differs from Archive::Tar in two ways:
|
|
- Archive::Tar::Wrapper doesn't hold anything in memory. Everything is stored on
|
|
disk.
|
|
- Archive::Tar::Wrapper is 100% compliant with the platform's tar utility,
|
|
because it uses it internally.
|
|
|
|
WWW: https://metacpan.org/release/Archive-Tar-Wrapper
|