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

Archive::Tar::PP vv0.0.1

a very basic tar utility for perl6, by perl6

Authors

    License

    Dependencies

    Test Dependencies

    Provides

    • Archive::Tar::PP
    • Archive::Tar::PP::Tar
    • Archive::Tar::PP::Util

    The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.