Description
Perl applications can extract different archive formats through a common interface instead of calling each unpacking tool separately. This helps installers, build systems, and automation scripts handle downloaded packages or bundled content.
It is a library used by other Perl software. Archive extraction can write many files, so applications should choose safe destinations and handle untrusted archives carefully.