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.
This commit is contained in:
parent
502162504c
commit
3563f89054
15
README.md
15
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
|
||||
|
Loading…
Reference in New Issue
Block a user