X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=README;h=e597f3ddfd4944f95fb5a7c8d745b862bd58dc3d;hb=406e6fed78dda26e5037587c9c767f88b09a78cc;hp=17f6a76769ba3b69d5e4218be66ad7874703cfe5;hpb=2786a68d54239318b1ca7d6045f8a5830a979142;p=io-compress-brotli.git diff --git a/README b/README index 17f6a76..e597f3d 100644 --- a/README +++ b/README @@ -1,13 +1,12 @@ -IO-Compress-Brotli version 0.001001 -=================================== +IO-Compress-Brotli version 0.004_002 +==================================== 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 @@ -24,14 +23,13 @@ DEPENDENCIES This module requires these other modules and libraries: -* File::Slurp -* Getopt::Long +* File::Slurper Additionally, it requires a C compiler. COPYRIGHT AND LICENCE -Copyright (C) 2015 by Marius Gavrilescu +Copyright (C) 2015-2018 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,