README
usage
since i know this is all you care about
use Archive::Tar::PP;
my $new-archive = tar('x.tar');
$x.push('some file'); #adds file data to buffer;
$x.write;
limitations
handles a path and directory paxheaders (not extended)
doesn't keep user or group names
cannot read tars yet
stores the buffers in memory so, beware