X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=README;h=fe25b7d34c8bb0e54bca8de314e114eec34aeb68;hb=5b02a525718a9d2b82f1f5d15b5edd8dcf82f29a;hp=858d0d5a6093c0634bc91ad620f06ec12632458d;hpb=9d4f189a64df629bbe70f133ee95934f3dee074a;p=io-compress-brotli.git diff --git a/README b/README index 858d0d5..fe25b7d 100644 --- a/README +++ b/README @@ -1,13 +1,12 @@ -IO-Compress-Brotli version 0.001001 -=================================== +IO-Compress-Brotli version 0.004 +================================ 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,13 +23,13 @@ DEPENDENCIES This module requires these other modules and libraries: -* File::Slurp (only used for testing) +* 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,