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:
		
							
								
								
									
										15
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								README.md
									
									
									
									
									
								
							| @@ -180,8 +180,9 @@ 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.  You can download and install Compress::Zlib from the CPAN |      fails.  Compress::Zlib comes with Perl since version 5.9.3.  If | ||||||
|      archive, or install it with the CPAN shell: |      not, you can download and install it from the CPAN archive, or | ||||||
|  |      install it with the CPAN shell: | ||||||
|  |  | ||||||
|          cpan Compress::Zlib |          cpan Compress::Zlib | ||||||
|  |  | ||||||
| @@ -191,19 +192,19 @@ System Requirement | |||||||
|  |  | ||||||
|      For Debian/Ubuntu: |      For Debian/Ubuntu: | ||||||
|  |  | ||||||
|          sudo apt install libcompress-zlib-perl |          sudo apt install libio-compress-perl | ||||||
|  |  | ||||||
|      For Red Hat/Fedora/CentOS: |      For Red Hat/Fedora/CentOS: | ||||||
|  |  | ||||||
|          sudo yum install perl-Compress-Zlib |          sudo yum install perl-IO-Compress | ||||||
|  |  | ||||||
|      For FreeBSD: |      For FreeBSD: | ||||||
|  |  | ||||||
|          ports install p5-Compress-Zlib |          ports install p5-IO-Compress | ||||||
|  |  | ||||||
|      For ActivePerl: |      For ActivePerl: | ||||||
|  |  | ||||||
|          ppm install Compress-Zlib |          ppm install IO-Compress | ||||||
|  |  | ||||||
|      The alternative `gzip.exe` for MS-Windows can be obtained from |      The alternative `gzip.exe` for MS-Windows can be obtained from | ||||||
|      [the gzip website].  Be sure to save it as `gzip.exe` somewhere |      [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 | [Date::Parse]: https://metacpan.org/release/TimeDate | ||||||
| [File::MMagic]: https://metacpan.org/release/File-MMagic | [File::MMagic]: https://metacpan.org/release/File-MMagic | ||||||
| [GnuWin32]: http://gnuwin32.sourceforge.net | [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 | [the gzip website]: https://www.gzip.org | ||||||
| [Compress::Bzip2]: https://metacpan.org/release/Compress-Bzip2 | [Compress::Bzip2]: https://metacpan.org/release/Compress-Bzip2 | ||||||
| [the bzip2 website]: http://www.bzip.org | [the bzip2 website]: http://www.bzip.org | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user