The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Archive::Dir - a directory with an API like an Archive::Tar

SYNOPSIS

    my $ar = Archive::Dir->new('foo');

METHODS

CAUTION

This module does not implement any encoding/decoding for file names in the file system. It completely relies on Path::Class to handle this issue.

REPOSITORY

The public repository of this module is https://github.com/Corion/archive-merged.

SUPPORT

The public support forum of this module is https://perlmonks.org/.

BUG TRACKER

Please report bugs in this module via the RT CPAN bug queue at https://rt.cpan.org/Public/Dist/Display.html?Name=Archive-Merged or via mail to archive-merged-Bugs@rt.cpan.org.

AUTHOR

Max Maischein corion@cpan.org

COPYRIGHT (c)

Copyright 2015-2023 by Max Maischein corion@cpan.org.

LICENSE

This module is released under the same terms as Perl itself.

SEE ALSO

Archive::Tar

Archive::SevenZip::API::ArchiveTar