IO-Uncompress-Untar version 1.01
================================

Pure-perl extension to read tar (and tgz and .tar.bz2 etc) files/buffers


This module provides a minimal pure-Perl interface that allows the reading of tar files/buffers.
It maintains basic compatability/functionality of IO::Uncompress::Unzip


INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install

DEPENDENCIES

This module requires these other modules and libraries:


        'IO::File';
        'IO::Handle';
        'File::Temp';
        'IO::Uncompress::AnyUncompress';
        'Archive::Tar::Stream';

we recommend 'Archive::Tar::Stream', '>= 0.03';


COPYRIGHT AND LICENCE

                   GNU GENERAL PUBLIC LICENSE
                      Version 3, 29 June 2007

Copyright (C) 2019 by Chris

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.18.2 or,
at your option, any later version of Perl 5 you may have available.