IO::Path::AutoDecompress

IO::Path with automatic decompression

NAME

IO::Path::AutoDecompress - IO::Path with automatic decompression

SYNOPSIS

use IO::Path::AutoDecompress;

DESCRIPTION

IO::Path::AutoDecompress is a module that provides a subclass to IO::Path, that will transparently handle compressed files that are compressed with gzip (the .gz file extension) or bzip2 (the .bz2 extension) for the .slurp and .lines methods.

PREREQUISITES

This module assumes some version of the gunzip and bunzip2 programs can be executed with the --stdout argument.

AUTHOR

Elizabeth Mattijsen [email protected]

Source can be located at: https://github.com/lizmat/IO-Path-AutoDecompress . Comments and Pull Requests are welcome.

If you like this module, or what Iā€™m doing more generally, committing to a small sponsorship would mean a great deal to me!

COPYRIGHT AND LICENSE

Copyright 2022 Elizabeth Mattijsen

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

IO::Path::AutoDecompress v0.0.1

IO::Path with automatic decompression

Authors

  • Elizabeth Mattijsen

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • IO::Path::AutoDecompress

Documentation

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