• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H27-Jul-2021-454235

lib/Archive/H27-Jul-2021-3,2831,312

t/H27-Jul-2021-1,8361,447

CHANGESH A D27-Jul-202124.2 KiB665505

MANIFESTH A D27-Jul-2021776 3736

META.jsonH A D27-Jul-20211.5 KiB6261

META.ymlH A D27-Jul-2021881 3736

Makefile.PLH A D03-May-20225.1 KiB147107

READMEH A D12-May-2013536 1813

README

1This is the README file for Archive::Tar, the Perl module for creation
2and in-memory manipulation of tar files.
3
4* Installation
5
6Archive::Tar uses the standard perl module install process
7
8perl Makefile.PL
9make
10make test (optional but recommended)
11make install
12
13This module uses no C-coded parts in itself, but it will try to use
14the IO::Zlib module to read and write gzipped tarfiles.
15Archive::Tar will still work without IO::Zlib, it will just complain
16when you try to use a compressed archive or write one, since it
17obviously can't.
18