-
-
28 Feb 2021 08:57:41 UTC
- Distribution: IO-Compress
- Module version: 2.102
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (215 / 1 / 0)
- Kwalitee
Bus factor: 5- 81.85% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (285.97KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Compress::Raw::Bzip2
- Compress::Raw::Zlib
- Encode
- Scalar::Util
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
IO::Compress::Base - Base Class for IO::Compress modules
SYNOPSIS
use IO::Compress::Base ;
DESCRIPTION
This module is not intended for direct use in application code. Its sole purpose is to be sub-classed by IO::Compress modules.
SUPPORT
General feedback/questions/bug reports should be sent to https://github.com/pmqs/IO-Compress/issues (preferred) or https://rt.cpan.org/Public/Dist/Display.html?Name=IO-Compress.
SEE ALSO
Compress::Zlib, IO::Compress::Gzip, IO::Uncompress::Gunzip, IO::Compress::Deflate, IO::Uncompress::Inflate, IO::Compress::RawDeflate, IO::Uncompress::RawInflate, IO::Compress::Bzip2, IO::Uncompress::Bunzip2, IO::Compress::Lzma, IO::Uncompress::UnLzma, IO::Compress::Xz, IO::Uncompress::UnXz, IO::Compress::Lzip, IO::Uncompress::UnLzip, IO::Compress::Lzop, IO::Uncompress::UnLzop, IO::Compress::Lzf, IO::Uncompress::UnLzf, IO::Compress::Zstd, IO::Uncompress::UnZstd, IO::Uncompress::AnyInflate, IO::Uncompress::AnyUncompress
File::GlobMapper, Archive::Zip, Archive::Tar, IO::Zlib
AUTHOR
This module was written by Paul Marquess,
pmqs@cpan.org
.MODIFICATION HISTORY
See the Changes file.
COPYRIGHT AND LICENSE
Copyright (c) 2005-2021 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Compress::Zlib, copy and paste the appropriate command in to your terminal.
cpanm Compress::Zlib
perl -MCPAN -e shell install Compress::Zlib
For more information on module installation, please visit the detailed CPAN module installation guide.