From 3563f89054606b32a601409d4f12b3ee6b53b874 Mon Sep 17 00:00:00 2001 From: imacat Date: Thu, 11 Feb 2021 08:36:50 +0800 Subject: [PATCH] Updated the information on Compress::Zlib in README.md, since it is merged into the IO-Compress package and included in the core Perl modules now. --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0ea4d00..14da088 100644 --- a/README.md +++ b/README.md @@ -180,8 +180,9 @@ System Requirement files. It is only needed when gzip compressed files are encountered. If it is not available, `arclog` tries the `gzip` executable instead. If that is not available, too, `arclog` - fails. You can download and install Compress::Zlib from the CPAN - archive, or install it with the CPAN shell: + fails. Compress::Zlib comes with Perl since version 5.9.3. If + not, you can download and install it from the CPAN archive, or + install it with the CPAN shell: cpan Compress::Zlib @@ -191,19 +192,19 @@ System Requirement For Debian/Ubuntu: - sudo apt install libcompress-zlib-perl + sudo apt install libio-compress-perl For Red Hat/Fedora/CentOS: - sudo yum install perl-Compress-Zlib + sudo yum install perl-IO-Compress For FreeBSD: - ports install p5-Compress-Zlib + ports install p5-IO-Compress For ActivePerl: - ppm install Compress-Zlib + ppm install IO-Compress The alternative `gzip.exe` for MS-Windows can be obtained from [the gzip website]. Be sure to save it as `gzip.exe` somewhere @@ -282,7 +283,7 @@ System Requirement [Date::Parse]: https://metacpan.org/release/TimeDate [File::MMagic]: https://metacpan.org/release/File-MMagic [GnuWin32]: http://gnuwin32.sourceforge.net -[Compress::Zlib]: https://metacpan.org/release/Compress-Zlib +[Compress::Zlib]: https://metacpan.org/pod/Compress::Zlib [the gzip website]: https://www.gzip.org [Compress::Bzip2]: https://metacpan.org/release/Compress-Bzip2 [the bzip2 website]: http://www.bzip.org