X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=README;h=5340bc45b7f88672f57af835ef74da857cf00dd5;hb=c4002818175e31a54bd84cac98ac3f82024a8942;hp=35112f3f027846a90760b445d9069a7c0cbb7cff;hpb=f9995f31e58bcdfc9eb528128c6bfcbb0b8fc777;p=io-compress-brotli.git diff --git a/README b/README index 35112f3..5340bc4 100644 --- a/README +++ b/README @@ -1,13 +1,12 @@ -IO-Compress-Brotli version 0.001 -================================ +IO-Compress-Brotli version 0.003_001 +==================================== Brotli is a data compression format primarily used in web fonts and (more recently) HTTP compression. -This distribution wraps the official Brotli source code[0], offering a -module for decompressing Brotli buffers and streams, -IO::Uncompress::Brotli. Compression will be supported in a future -release. +This distribution wraps the official Brotli source code[0], offering +modules for compressing Brotli buffers and streams, IO::Compress::Brotli, +and decompressing, IO::Uncompress::Brotli. [0]: https://github.com/google/brotli @@ -22,12 +21,15 @@ To install this module type the following: DEPENDENCIES -This module does not require non-core modules, but it does require a C -compiler. +This module requires these other modules and libraries: + +* File::Slurp + +Additionally, it requires a C compiler. COPYRIGHT AND LICENCE -Copyright (C) 2015 by Marius Gavrilescu +Copyright (C) 2015-2017 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.20.2 or,