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

SWISH::Filters::Decompress - deflate your compressed files for further filtering

DESCRIPTION

SWISH::Filters::Decompress is a type 1 Filter designed to come first in a chain of filters. The Decompress filter can handle .gz files, using either the relevant Perl module or binary command.

LIMITATIONS

.zip files are not currently supported because they might contain multiple files. The current plan is to restructure SWISH::Filter to allow for a single returned document composed of multiple files (as with .zip and .tar files).

AUTHOR

Peter Karman perl@peknet.com

Thanks to Atomic Learning Inc. for supporting the development of this module.

COPYRIGHT

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

SWISH::Filter, gzip, zip, Compress::Zlib, Archive::Zip