Archive::Tar

Latest version: 3.04 registry icon
Maintenance score
41
Safety score
93
Popularity score
21
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
3.04 0 0 0 0 0
3.02 0 0 0 0 0
3.00 0 0 0 0 0
2.40 0 0 0 0 0
2.38 0 0 0 0 0
2.36 0 0 0 0 0
2.34 0 0 0 0 0
2.32 0 0 0 0 0
2.30 0 0 0 0 0
2.28 0 0 0 1 0
2.26 0 0 0 1 0
2.24 0 0 0 1 0
2.22 0 0 0 1 0
2.20 0 0 0 1 0
2.18 0 0 0 1 0
2.16 0 0 0 1 0
2.14 0 0 0 1 0
2.12 0 0 0 1 0
2.10 0 0 0 1 0
2.08 0 0 0 2 0
2.06 0 0 0 2 0
2.04 0 0 0 2 0
2.02 0 0 0 2 0
2.00 0 0 0 2 0
1.98 0 0 0 2 0
1.96 0 0 0 2 0
1.94 0 0 0 2 0
1.93_02 0 0 0 2 0
1.92 0 0 0 2 0
1.90 0 0 0 2 0
1.88 0 0 0 2 0
1.86 0 0 0 2 0
1.84 0 0 0 2 0
1.82 0 0 0 2 0
1.80 0 0 0 2 0
1.78 0 0 0 2 0
1.76 0 0 0 2 0
1.74 0 0 0 2 0
1.72 0 0 0 2 0
1.70 0 0 0 2 0
1.68 0 0 0 2 0
1.66 0 0 0 2 0
1.64 0 0 0 2 0
1.62 0 0 0 2 0
1.60 0 0 0 2 0
1.58 0 0 0 2 0
1.56 0 0 0 2 0
1.54 0 0 0 2 0
0.93_01 0 0 1 2 0

Stability
Latest release:

3.04 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

Artistic-1.0   -   Artistic License 1.0

Not a wildcard

Not proprietary

OSI Compliant


GPL-1.0-or-later   -   GNU General Public License v1.0 or later

Not a wildcard

Not proprietary

OSI Compliant



This is the README file for Archive::Tar, the Perl module for creation and in-memory manipulation of tar files.

  • Installation

Archive::Tar uses the standard perl module install process

perl Makefile.PL make make test (optional but recommended) make install

This module uses no C-coded parts in itself, but it will try to use the IO::Zlib module to read and write gzipped tarfiles. Archive::Tar will still work without IO::Zlib, it will just complain when you try to use a compressed archive or write one, since it obviously can't.