Skip to content

Commit

Permalink
mention zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Jul 19, 2020
1 parent f109c6d commit b4b5d8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ IO-Compress supports reading and writing of the following compressed data format
There are a number of companion modules for IO-Compress that extend
the suite of compression formats available.

* IO-Compress-Zstd
Adds support for zstd (Zstandard).
* IO-Compress-Lzma
Adds support for lzma, xz and lzip.
* IO-Compress-Lzf
Expand Down
3 changes: 3 additions & 0 deletions lib/IO/Uncompress/AnyUncompress.pm
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,8 @@ The formats supported are:
=item zip
=item zstd (Zstandard)
=item bzip2
=item lzop
Expand Down Expand Up @@ -1079,3 +1081,4 @@ Copyright (c) 2005-2020 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

0 comments on commit b4b5d8c

Please sign in to comment.