Added the information that Compress::Zlib is shipped with the IO-Compress distribution now.
This commit is contained in:
parent
39b9ddce5f
commit
fb37d091d6
@ -103,9 +103,10 @@ System Requirement
|
|||||||
files. It is only needed when gzip compressed files are
|
files. It is only needed when gzip compressed files are
|
||||||
encountered. If it is not available, `arclog` tries the `gzip`
|
encountered. If it is not available, `arclog` tries the `gzip`
|
||||||
executable instead. If that is not available, too, `arclog`
|
executable instead. If that is not available, too, `arclog`
|
||||||
fails. Compress::Zlib comes with Perl since version 5.9.3. If
|
fails. You should not worry about Compress::Zlib since it comes
|
||||||
not, you can download and install it from the CPAN archive, or
|
with Perl since version 5.9.3. If not, it is contained in the
|
||||||
install it with the CPAN shell:
|
[IO-Compress] distribution. You can download and install it from
|
||||||
|
the CPAN archive, or install it with the CPAN shell:
|
||||||
|
|
||||||
cpan Compress::Zlib
|
cpan Compress::Zlib
|
||||||
|
|
||||||
@ -207,6 +208,7 @@ System Requirement
|
|||||||
[GnuWin32]: http://gnuwin32.sourceforge.net
|
[GnuWin32]: http://gnuwin32.sourceforge.net
|
||||||
[Compress::Zlib]: https://metacpan.org/pod/Compress::Zlib
|
[Compress::Zlib]: https://metacpan.org/pod/Compress::Zlib
|
||||||
[the gzip website]: https://www.gzip.org
|
[the gzip website]: https://www.gzip.org
|
||||||
|
[IO-Compress]: https://metacpan.org/release/IO-Compress
|
||||||
[Compress::Bzip2]: https://metacpan.org/pod/Compress::Bzip2
|
[Compress::Bzip2]: https://metacpan.org/pod/Compress::Bzip2
|
||||||
[the bzip2 website]: http://www.bzip.org
|
[the bzip2 website]: http://www.bzip.org
|
||||||
[Term::ReadKey]: https://metacpan.org/pod/Term::ReadKey
|
[Term::ReadKey]: https://metacpan.org/pod/Term::ReadKey
|
||||||
|
Loading…
Reference in New Issue
Block a user