-
-
28 Oct 2018 09:14:12 UTC
- Distribution: Archive-Merged
- Module version: 0.02
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (744 / 0 / 0)
- Kwalitee
Bus factor: 1- 44.64% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (8.59KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Carp
- Path::Class
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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 http://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-2016 by Max Maischein
corion@cpan.org
.LICENSE
This module is released under the same terms as Perl itself.
SEE ALSO
Module Install Instructions
To install Archive::Merged, copy and paste the appropriate command in to your terminal.
cpanm Archive::Merged
perl -MCPAN -e shell install Archive::Merged
For more information on module installation, please visit the detailed CPAN module installation guide.